I can't find error's reason help;;; (about plot function)

조회 수: 3 (최근 30일)
James
James 2021년 5월 17일
댓글: Walter Roberson 2021년 5월 18일
As you see red box, tensStrain & tensStress is same size of double form
so I think it could be plot but error occurs.... they say " error occurs: plot input argument is not enough"
.... what's means..... Could you teach me why error occurs? what is problem..
Thanks for reading it

채택된 답변

Walter Roberson
Walter Roberson 2021년 5월 17일
tensStrain is a cell array, but you are using () indexing with it so you are passing in a cell array to plot. You need {} to extract the numeric content.
  댓글 수: 2
James
James 2021년 5월 17일
Thank you so much!!!!!!!!!!!! have a good day!!!
Walter Roberson
Walter Roberson 2021년 5월 18일
Heh. Three of us answered in literally less than 1 minute from each other.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by