How is it possible to do the following but with a faster method i.e. not having to type each individual cell:
a = [Names1{1,1};Names1{1,2};Names1{1,3};Names1{1,4};Names1{1,5};Names1{1,6}];

 채택된 답변

Jan
Jan 2012년 1월 14일

0 개 추천

a = [Names1{1, 1:6}];

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Data Types에 대해 자세히 알아보기

태그

질문:

2012년 1월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by