Matlab Plot in python problems

2 ビュー (過去 30 日間)
Nicholas G
Nicholas G 2019 年 9 月 18 日
why the figure turn off automatically after it show up?
1.I wrote a simple code through cmd in windows:
import matlab.engine
eng=matlab.engine.start_matlab()
eng.plot(1.0,2.0,nargout=0)
It works well.
2.But I wrote exactly the same code in pycharm,the figure will turn off automatically after it show up.

回答 (0 件)

カテゴリ

Help Center および File ExchangeCall MATLAB from Python についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by