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

1 次查看(过去 30 天)
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Objects 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by