Undefined function or variable 'para'.

9 vues (au cours des 30 derniers jours)
Kedibonye Molefe
Kedibonye Molefe le 23 Mar 2021
Réponse apportée : Jon le 23 Mar 2021
beta1(i)=para(i,1);
  1 commentaire
DGM
DGM le 23 Mar 2021
Yep. Looks undefined to me.
Did you have a question to ask, or any context to provide?

Connectez-vous pour commenter.

Réponses (1)

Jon
Jon le 23 Mar 2021
This error message means that you are trying to assign the variable beta1(i) to a variable para(i,1) that you have not defined yet. In other words the variable para must be on the left hand side of an equal sign before it is on the right hand side.

Catégories

En savoir plus sur Numeric Types 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