Undefined function or variable 'para'.

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

0 votes

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

Community Treasure Hunt

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

Start Hunting!

Translated by