how to use num2str
Afficher commentaires plus anciens
disp(['The absolute value of your array is:' num2str(y))]);
Réponses (1)
Walter Roberson
le 2 Avr 2020
disp(['The absolute value of your array is:' num2str(y)]);
You had an extra ) in your code.
Catégories
En savoir plus sur Data Types dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!