how to use num2str
Mostrar comentarios más antiguos
disp(['The absolute value of your array is:' num2str(y))]);
Respuestas (1)
Walter Roberson
el 2 de Abr. de 2020
disp(['The absolute value of your array is:' num2str(y)]);
You had an extra ) in your code.
Categorías
Más información sobre Data Types en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!