variable string in warning dialog b

string=0;
string=num2str(string);
Is it possible to write "number:0" (as 0 is variable) within warning dialog box?

 Accepted Answer

Thorsten
Thorsten on 29 Aug 2016
Edited: Thorsten on 29 Aug 2016
value = 2;
warning(['number ' num2str(value)])

More Answers (0)

Categories

Tags

Asked:

on 29 Aug 2016

Edited:

on 29 Aug 2016

Community Treasure Hunt

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

Start Hunting!