how to use num2str
Ältere Kommentare anzeigen
disp(['The absolute value of your array is:' num2str(y))]);
Antworten (1)
Walter Roberson
am 2 Apr. 2020
disp(['The absolute value of your array is:' num2str(y)]);
You had an extra ) in your code.
Kategorien
Mehr zu Data Types finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!