国产乱精品一区二区三区_韩国一级特黄的一级毛片_日本精品视频在线播放_欧美熟妇淫乱视频_欧美日韩在线视频中文字幕_亚洲国产精品一区久_永久免费看擁有海量影視資源_人成无码区免费aⅤ片_午夜电影在线观看国产1区_777免费视频在线观看软件

switch

標簽: 問題反饋——使用問題

rong 2024-03-06 21:59:08

版本:3.1.3

運行以下示例:

c = input('Please enter a case: ');


switch c

    case 0

         disp('This is the first case.')

    case 1

         disp('Output result is 1')

    case 2

        A = rand(3)

    otherwise

        disp('Other calculation expressions')

end


執(zhí)行出現(xiàn)以下錯誤提示:

Please enter a case: 1

ans =

   1

錯誤使用函數(shù) disp
輸出參數(shù)過多。

錯誤位于文件 C:\Users...\switch_demo.m (第 7 行)
        disp('Output result is 1')
程序執(zhí)行中顯示有錯誤信息,請反饋給開發(fā)團隊。


在命令行使用disp函數(shù)是正常的

回復(fù)

感謝反饋,已經(jīng)反饋給開發(fā)團隊進行排查修復(fù)啦

回復(fù)

重置 提交