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

답변 (1개)

Friedrich
Friedrich 2011년 8월 10일

0 개 추천

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?

카테고리

도움말 센터File Exchange에서 Curve Fitting Toolbox에 대해 자세히 알아보기

제품

태그

질문:

2011년 8월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by