Access to 'whos' in main workspace from a function

1 回表示 (過去 30 日間)
Stagleton
Stagleton 2011 年 8 月 9 日
How do I access the main workspace from a fucntion? I am trying to count the different types of objects' classes that exist in the main workspace, but I do not know how to get into that scope from a function.
hope that makes sense

採用された回答

Desiree
Desiree 2011 年 8 月 9 日
Try with EVALIN function:
evalin('base','whos')

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWhos についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by