Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations GregLocock on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

cell matrix to char/double

Status
Not open for further replies.

yankee4vr

Bioengineer
Feb 7, 2007
3
how do i convert a matrix of type cell to char type or double?
 
Replies continue below

Recommended for you

Conversion from cell to string:

for i=1:size(cellArr, 2)
strTemp = mat2str(cell2mat( cellArr(i) ))
.
.
.
end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor