how to plot cell array with contains another cell array

조회 수: 1 (최근 30일)
Shubham Pathare
Shubham Pathare 2022년 2월 18일
댓글: Jan 2022년 2월 18일
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
Shubham Pathare
Shubham Pathare 2022년 2월 18일
@Jan @KSSV thanks the solution you gave is working now
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에서 Logical에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by