how to plot cell array with contains another cell array

2 次查看(过去 30 天)
i am using below command but getting error of invalid data arguments
plot(meandataChloop{2,1}, meandataChloop{1,1})

采纳的回答

KSSV
KSSV 2022-2-18
Convert the cell array into matrix using cell2mat and then plot.
  6 个评论
Jan
Jan 2022-2-18
Fine. If it is working, please accept the answer to show, that the problem is solved.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Cell Arrays 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by