Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
James
James le 17 Mai 2021
Commenté : Walter Roberson le 18 Mai 2021
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

Réponse acceptée

Walter Roberson
Walter Roberson le 17 Mai 2021
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 commentaires
James
James le 17 Mai 2021
Thank you so much!!!!!!!!!!!! have a good day!!!
Walter Roberson
Walter Roberson le 18 Mai 2021
Heh. Three of us answered in literally less than 1 minute from each other.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Objects dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by