Undefined function or variable 'para'.

9 visualizzazioni (ultimi 30 giorni)
Kedibonye Molefe
Kedibonye Molefe il 23 Mar 2021
Risposto: Jon il 23 Mar 2021
beta1(i)=para(i,1);
  1 Commento
DGM
DGM il 23 Mar 2021
Yep. Looks undefined to me.
Did you have a question to ask, or any context to provide?

Accedi per commentare.

Risposte (1)

Jon
Jon il 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.

Categorie

Scopri di più su Numeric Types in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by