填空题
如果 a=[2 2 1 2], 那么a.^2=()。
[4 4 1 4]
填空题 已知a=[1 2 3 4;7 4 5 6; 8 2 3 1],那么指令numel(a)的输出为()。
填空题 在MATLAB中,无穷大表示为()。
填空题 若变量a=1,则指令ischar(a)的输出为()。