Azzera filtri
Azzera filtri

VAriables of a function inside a function

1 visualizzazione (ultimi 30 giorni)
RAKESH KUMAR TOTA
RAKESH KUMAR TOTA il 9 Set 2021
Commentato: DGM il 9 Set 2021
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 Commenti
RAKESH KUMAR TOTA
RAKESH KUMAR TOTA il 9 Set 2021
Problem resolved. Thank you for your response.
i need to define again global variable inside the function which i used in loop(arg) ---> rxf it seems now it is not showing any error.
DGM
DGM il 9 Set 2021
FWIW, calling a function in an anonymous function doesn't imply the same variable scoping rules that apply to functions with nested scopes.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Graphics Object Programming 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