Replicate some ability from built-in "functions" routine
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I recently found the function "functions" which will give some nice data about a give function handle which is apparently hidden under usual circumstances. In particular, you can access the parameters passed when the function was created and the workspace environment.
I would very much like to have a version of this which will work if MATLAB changes the function "functions" later on, at least to access the workspace. Note that in accordance with the warning in the documentation, I would not depend on such a function in regular programming!
Thanks in advance folks.
0 件のコメント
回答 (1 件)
Wayne King
2012 年 12 月 6 日
編集済み: Wayne King
2012 年 12 月 6 日
Is there something you're using from functions() that
>>which poly
or
>>which -all poly
doesn't give?
1 件のコメント
Walter Roberson
2012 年 12 月 6 日
"which" does not give access to the workspace for nested functions.
この質問は閉じられています。
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!