답변 있음
how to get disp('') to displace in one line instead of many
Concat the strings... function v=test(x) v=x+2; disp(['The answer is ',num2str(v),' hooray']); end At...

대략 11년 전 | 0

답변 있음
How to remove tick label from y axis
Hello James, I tried your problem statement in the following example. fh = plot(-10:10); axis = get(fh,'Parent')...

대략 11년 전 | 1