フィルターのクリア

How to convert python __name__ = '__main__' into MATLAB ?

19 ビュー (過去 30 日間)
Md Shahidul Islam
Md Shahidul Islam 2021 年 7 月 24 日
コメント済み: Yongjian Feng 2021 年 7 月 27 日
if __name__ == '__main__':
undistorb_images(None, None)
  2 件のコメント
Md Shahidul Islam
Md Shahidul Islam 2021 年 7 月 24 日
Please someone help me.
Rik
Rik 2021 年 7 月 24 日
Have a read here and here. It will greatly improve your chances of getting an answer.

サインインしてコメントする。

回答 (1 件)

Yongjian Feng
Yongjian Feng 2021 年 7 月 24 日
Not sure about what you really want.
For python code,
if __name__ == '__main__':
it means your python script is running as the main program by the python interpreter (as opposite to being imported by some other python scripts).
This is equivalent to a separate matlab script that calls the first matlab script.
  5 件のコメント
Md Shahidul Islam
Md Shahidul Islam 2021 年 7 月 27 日
Thank you so much sir
Yongjian Feng
Yongjian Feng 2021 年 7 月 27 日
Accept the answer please if this fix the problem, then others know how to fix it.

サインインしてコメントする。

カテゴリ

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

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by