Undefined function or variable 'para'.

조회 수: 9 (최근 30일)
Kedibonye Molefe
Kedibonye Molefe 2021년 3월 23일
답변: Jon 2021년 3월 23일
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