Réponse acceptée

the cyclist
the cyclist le 3 Juil 2011

0 votes

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

Plus de réponses (1)

per isakson
per isakson le 3 Juil 2011

0 votes

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

Catégories

En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by