how to use num2str

disp(['The absolute value of your array is:' num2str(y))]);

Answers (1)

disp(['The absolute value of your array is:' num2str(y)]);
You had an extra ) in your code.

Categories

Tags

Asked:

on 2 Apr 2020

Answered:

on 2 Apr 2020

Community Treasure Hunt

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

Start Hunting!