填空题
若a=‘hello’, 则指令isnumeric(a)的输出为()。
0
填空题 已知a=[1 2 3 4;7 4 5 6; 8 2 3 1],那么指令length(a)的输出为()。
填空题 若变量a=2.2321,则指令sprintf(‘%.3g’,a)的输出为()。
填空题 已知a=[1 2 3 4],那么reshape(a,2,2)=()。