VAriables of a function inside a function
이전 댓글 표시
Good morning,
I am runnung iterative loop
loop(arg) where arg is a number to specify matlab how many times to run the loop(arg)
There are certain function inside the loop(arg) to run simulation and followed by convergence criteria inside a loop(arg)
My question is i need to extract global variable 'rxf' assigned and present inside a loop(arg) to be used in a function where loop(arg) executed inside that function. But i observe error Unrecognized function or variable 'rxf'.
Any idea how to resolve this issue.
Thank you in advance.
댓글 수: 6
KSSV
2021년 9월 9일
Show us your code and specify the error with line number.
RAKESH KUMAR TOTA
2021년 9월 9일
RAKESH KUMAR TOTA
2021년 9월 9일
RAKESH KUMAR TOTA
2021년 9월 9일
RAKESH KUMAR TOTA
2021년 9월 9일
DGM
2021년 9월 9일
FWIW, calling a function in an anonymous function doesn't imply the same variable scoping rules that apply to functions with nested scopes.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!