cell operattion double to uint8
显示 更早的评论
i have a cell A{64,4} and the type is double. i want to conversion double to uint8. but in matlab it is not possible because A is cell. the input of conversion must array. how to change cell to array so i can do the conversion ?
1 个评论
Jan
2013-3-18
The type of a cell is 'cell'. Therefore I assume, you mean than the cell elements are of type 'double'.
回答(2 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Cell Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!