23.12.2012 Views

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

MATLAB Function Reference Volume 1: A - E - Bad Request

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

cell<br />

2-228<br />

strArray = java_array('java.lang.String',3);<br />

strArray(1) = java.lang.String('one');<br />

strArray(2) = java.lang.String('two');<br />

strArray(3) = java.lang.String('three');<br />

cellArray = cell(strArray)<br />

cellArray =<br />

'one'<br />

'two'<br />

'three'<br />

See Also num2cell, ones, rand, randn, zeros

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!