Effacer les filtres
Effacer les filtres

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

19 vues (au cours des 30 derniers jours)
Md Shahidul Islam
Md Shahidul Islam le 24 Juil 2021
Commenté : Yongjian Feng le 27 Juil 2021
if __name__ == '__main__':
undistorb_images(None, None)
  2 commentaires
Md Shahidul Islam
Md Shahidul Islam le 24 Juil 2021
Please someone help me.
Rik
Rik le 24 Juil 2021
Have a read here and here. It will greatly improve your chances of getting an answer.

Connectez-vous pour commenter.

Réponses (1)

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

Connectez-vous pour commenter.

Catégories

En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by