how to use num2str
古いコメントを表示
disp(['The absolute value of your array is:' num2str(y))]);
回答 (1 件)
Walter Roberson
2020 年 4 月 2 日
disp(['The absolute value of your array is:' num2str(y)]);
You had an extra ) in your code.
カテゴリ
ヘルプ センター および File Exchange で Data Types についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!