I have a 3D array of size 1x1x240, where each cell consist of 3x1 matrix, I want to plot all the first element present in each cell for 240 cells .

1 次查看(过去 30 天)
I have a 3D array of size 1x1x240, where each cell consist of 3x1 matrix, I want to plot all the first element present in each cell for 240 cells .

采纳的回答

Stephen23
Stephen23 2017-3-24
编辑:Stephen23 2017-3-24
Where C is your cell array:
M = [C{:}];
plot(M(1,:))
  3 个评论

请先登录,再进行评论。

更多回答(0 个)

标签

Community Treasure Hunt

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

Start Hunting!

Translated by