请问各位大虾,怎么才可以把命令窗口中的空白行去掉?
就是,把下面的内容
代码:
>> sample1
input the number of tape>round(sqrt(13))-1
items =
13
cost =
709
average_cost =
54.5385
转成
代码:
>> sample1
input the number of tape>round(sqrt(13))-1
items =
13
cost =
709
average_cost =
54.5385
不知道应该怎么设置...........
我觉得MATLAB默认的那种显示方法不太紧凑........谢谢。:lovely: