Undefined function or variable 'para'.

9 次查看(过去 30 天)
beta1(i)=para(i,1);
  1 个评论
DGM
DGM 2021-3-23
Yep. Looks undefined to me.
Did you have a question to ask, or any context to provide?

请先登录,再进行评论。

回答(1 个)

Jon
Jon 2021-3-23
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.

类别

Help CenterFile Exchange 中查找有关 Numeric Types 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by