cast a cell as a string
if you receive the error "Function is not defined for 'cell' inputs" while trying to print a string, it's because your string lives in a cell.
to make this go away, cast the cell contents into a char:
>>char(your_string_trapped_in_a_cell)
1 Comments:
Awesome, just what I needed to know! Thank you - thank you - thank you
Post a Comment
Links to this post:
Create a Link
<< Home