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

 Akzeptierte Antwort

Thorsten
Thorsten am 29 Aug. 2016
Bearbeitet: Thorsten am 29 Aug. 2016

1 Stimme

value = 2;
warning(['number ' num2str(value)])

Weitere Antworten (0)

Kategorien

Tags

Gefragt:

am 29 Aug. 2016

Bearbeitet:

am 29 Aug. 2016

Community Treasure Hunt

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

Start Hunting!

Translated by