Convert cell data type to single

26 次查看(过去 30 天)
RuiQi
RuiQi 2016-6-24
编辑: RuiQi 2016-6-24
I have a cell each cell have array. I want to convert ALL to type single but i cannot. Matlab gives error
Conversion to single from cell is not possible.
My code
a = single(a)
some of the cells in a are empty but i do not want to change anything of that

回答(1 个)

Andrei Bobrov
Andrei Bobrov 2016-6-24
cellfun(@single,a,'un',0)

类别

Help CenterFile Exchange 中查找有关 Data Type Conversion 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by