永发信息网

MATLAB求助

答案:1  悬赏:70  手机版
解决时间 2021-04-25 08:13
  • 提问者网友:niaiwoma
  • 2021-04-24 17:08
disp函数是干什么用的啊,我看了看教程还是不太明白,希望解释的通俗一点。。
最佳答案
  • 五星知识达人网友:長槍戰八方
  • 2021-04-24 18:08

    DISP(X) displays the array, without printing the array name.  In
    all other ways it's the same as leaving the semicolon off an
    expression except that empty arrays don't display.
 
    If X is a string, the text is displayed.


  意思就是说,显示这个数组,就跟表达式后面不加冒号会显示结果差不多


示例:输入   a=[1 2 3;4 5 6];disp(a);


之后屏幕会出现


    1    2    3
    4    5    6


空数组不会显示

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯