MATLAB 基本小函數用法

1 disp()函數    disp(X)函數只有一個輸入,當你有多個字符串做爲輸入時就會報錯。例如:spa    disp('Alice is ' , num2str (12) , ' years old!' ); 就會報錯 —— 輸入參數過多。   可是將裏邊的內容用中括號一括就成了一個字符串,例如:     str=['Alice is ' num2str (12) ' years old!
相關文章
相關標籤/搜索