How to display a list of instructions
Mostrar comentarios más antiguos
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']
Respuestas (1)
Friedrich
el 10 de Ag. de 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?
Categorías
Más información sobre Curve Fitting Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!