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}];

 Akzeptierte Antwort

Jan
Jan am 14 Jan. 2012

0 Stimmen

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

Weitere Antworten (0)

Kategorien

Mehr zu Data Types finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 14 Jan. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by