writing a string

 Risposta accettata

the cyclist
the cyclist il 3 Lug 2011

0 voti

['Panel A: range(',num2str(A)','-',num2str(B),')']

Più risposte (1)

per isakson
per isakson il 3 Lug 2011

0 voti

I prefer
sprintf( 'Panel A: range(%u-%u)', A, B )
because I make fewer mistakes using that style
- per

Categorie

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by