📄 typeofvar.m
字号:
function [count,whichone]=typeofvar(str,inoutother,cw);thisstr=str;if ~isempty(findstr(str,'_f')), thisstr=str(1:(findstr(str,'_f')-1)); endif length(find(strcmp(thisstr,inoutother{1})))>0, whichone=1; endif length(find(strcmp(thisstr,inoutother{2})))>0, whichone=2; endif length(find(strcmp(thisstr,inoutother{3})))>0, whichone=3; endif ~isreal(getfield(cw,thisstr)) count=1;else count=0;end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -