How Extract a value into a cell?
显示 更早的评论
If I have
>> A1
A1 =
[263x3 double]
>> A1{1}
ans =
1.0e-004 *
-0.0000 0 -0.0000
-0.0000 -0.0000 -0.0000
-0.0000 -0.0000 -0.0000
If I want to extract the differenze between the second and the first element of the first columns of A1 which is a cell how I can do?
采纳的回答
更多回答(1 个)
Mischa Kim
2014-1-31
编辑:Mischa Kim
2014-1-31
0 个投票
A1{1}(2,1)-A1{1}(1,1)
类别
在 帮助中心 和 File Exchange 中查找有关 Simscape Electrical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!