reading a value from a row of cell
1 次查看(过去 30 天)
显示 更早的评论
I have a cell array, in one row I need to take one value. for example;
in the row of one cell this is written:
and I need 7.075 as a value, not string.
采纳的回答
Win co
2012-5-22
use command cell2mat to convert an element, a row or a column from a cell to a double.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Cell Arrays 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!