W = evalin('caller','who global') returns an error

1 次查看(过去 30 天)
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 个评论
Walter Roberson
Walter Roberson 2020-6-10
I would disagree on that checking. You want to encourage migration to passing variables as parameters, to reduce the reliance on global variables.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2020-6-10
W = evalin('caller','who("global")')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming Utilities 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by