📄 isuniverse.m
字号:
function st = isuniverse(s)% Check if a region of a finite-state machine is the universe set (the% set of all states). %% Syntax:% "st = isuniverse(s)"%% Description:% Returns 1 if the region "s" is the universe set, i.e. all bits in the% look-up table are 1, and returns 0 otherwise.%% See Also:% region,set_state,isinregion,isempty,and,or,notst = isempty(~s);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -