已回答
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...

10 years 前 | 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')...

10 years 前 | 0