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?

 Risposta accettata

Thorsten
Thorsten il 29 Ago 2016
Modificato: Thorsten il 29 Ago 2016
value = 2;
warning(['number ' num2str(value)])

Più risposte (0)

Categorie

Tag

Richiesto:

il 29 Ago 2016

Modificato:

il 29 Ago 2016

Community Treasure Hunt

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

Start Hunting!

Translated by