how to use num2str
Show older comments
disp(['The absolute value of your array is:' num2str(y))]);
Answers (1)
Walter Roberson
on 2 Apr 2020
disp(['The absolute value of your array is:' num2str(y)]);
You had an extra ) in your code.
Categories
Find more on Data Types in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!