how to use num2str
Mostra commenti meno recenti
disp(['The absolute value of your array is:' num2str(y))]);
Risposte (1)
Walter Roberson
il 2 Apr 2020
disp(['The absolute value of your array is:' num2str(y)]);
You had an extra ) in your code.
Categorie
Scopri di più su Data Types in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!