How to display a list of instructions

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']

Antworten (1)

Friedrich
Friedrich am 10 Aug. 2011

0 Stimmen

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?

Kategorien

Mehr zu Curve Fitting Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 10 Aug. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by