how to use num2str

5 views (last 30 days)
Todd Wyzkiewicz
Todd Wyzkiewicz on 2 Apr 2020
Answered: Walter Roberson on 2 Apr 2020
disp(['The absolute value of your array is:' num2str(y))]);

Answers (1)

Walter Roberson
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 Large Files and Big Data in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!