How do i open an external app through Matlab?

조회 수: 3 (최근 30일)
Antonis Lainopoulos
Antonis Lainopoulos 2022년 10월 30일
답변: Image Analyst 2022년 10월 30일
I wan to ask if there is any possible way that Matlab can open an external app. To be more exact, i am building a matlab script that generates a .py file, which after i open it in DIANA and take the results i want, like Distributed Moments and Displacements. Because, the total combinations i will be calculating will be about 3000, i want to find a way to open automatically DIANA and run the .py file, without needing any to do it one by one every time. As the Matlab community can understand, i am not a pro when it comes to coding. So, any kind of hlep will be well appreciated.

답변 (1개)

Image Analyst
Image Analyst 2022년 10월 30일
Use the system function.
Also MATLAB can run Python code. Google it and you'll find the relevant page that tells you how.

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by