W = evalin('caller','who global') returns an error
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Leo Simon
am 10 Jun. 2020
Kommentiert: Walter Roberson
am 10 Jun. 2020
The command
evalin('caller','who global')
correctly returns the global variables in the caller workspace, but
W = evalin('caller','who global')
returns the error message
Error: illegal use of the reserved keyword global
Yet the syntax of the line that throws the error is consistent with the prescribed use of evalin. Is this a bug? What's the workaround? Thanks
3 Kommentare
Walter Roberson
am 10 Jun. 2020
I would disagree on that checking. You want to encourage migration to passing variables as parameters, to reduce the reliance on global variables.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Workspace Variables and MAT-Files finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!