フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

support for viewing Python objects in Workspace browser in R2014B

1 回表示 (過去 30 日間)
Han Geerligs
Han Geerligs 2014 年 10 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hello all,
I am playing a little with Python integration in R2014b. I am wondering whether support for Python objects in the Workspace browser is planned?
It is however possible to view the Python object on the command line and when hovering while in the Matlab Editor.
kind regards, --Han
  1 件のコメント
Bruno Pop-Stefanov
Bruno Pop-Stefanov 2014 年 10 月 8 日
Hi Han,
You should be able to see Python objects in the Workspace panel.
For example, if you execute the following in the Command Window:
>> tw = py.textwrap.TextWrapper;
the Workspace panel now shows tw among the other variables in the workspace.
Can you confirm that you see this object?

回答 (0 件)

この質問は閉じられています。

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by