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
2011년 8월 10일
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에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!