How to display a list of instructions
Afficher commentaires plus anciens
How can display this instructions as a list? or what is the correct way to display this?
roughness=['Select body roughness',
'(1) Smooth Surface',...
'(2) Polished metal or wood';...
'(3) Natural Sheet metal',...
'(4) Smooth matte paint, carefully applied',...
'(5) Standard camouflage paint']
Réponses (1)
Friedrich
le 10 Août 2011
Hi,
I would recommend using a cell to hold these strings:
roughness={'Select body roughness';
'(1) Smooth Surface';...
'(2) Polished metal or wood';...
'(3) Natural Sheet metal';...
'(4) Smooth matte paint, carefully applied';...
'(5) Standard camouflage paint'}
And than it depends on where you want to display it. Where do you like to display it?
Catégories
En savoir plus sur Curve Fitting Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!