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

24 Ansichten (letzte 30 Tage)
Md Shahidul Islam
Md Shahidul Islam am 24 Jul. 2021
Kommentiert: Yongjian Feng am 27 Jul. 2021
if __name__ == '__main__':
undistorb_images(None, None)
  2 Kommentare
Md Shahidul Islam
Md Shahidul Islam am 24 Jul. 2021
Please someone help me.
Rik
Rik am 24 Jul. 2021
Have a read here and here. It will greatly improve your chances of getting an answer.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Yongjian Feng
Yongjian Feng am 24 Jul. 2021
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 Kommentare
Md Shahidul Islam
Md Shahidul Islam am 27 Jul. 2021
Thank you so much sir
Yongjian Feng
Yongjian Feng am 27 Jul. 2021
Accept the answer please if this fix the problem, then others know how to fix it.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by