how to use num2str

6 次查看(过去 30 天)
Todd Wyzkiewicz
Todd Wyzkiewicz 2020-4-2
disp(['The absolute value of your array is:' num2str(y))]);

回答(1 个)

Walter Roberson
Walter Roberson 2020-4-2
disp(['The absolute value of your array is:' num2str(y)]);
You had an extra ) in your code.

类别

Help CenterFile Exchange 中查找有关 Large Files and Big Data 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by