from python to matlab
이전 댓글 표시
i have python code how can i translate it to matlab?
thank you
답변 (1개)
Rik
2021년 12월 11일
0 개 추천
You have three options.
- Re-implement the entire functionality in Matlab. There is no automatic conversion possible.
- Call you Python code from within Matlab.
- Call Matlab from within Python.
댓글 수: 2
RADWAN A F ZEYADI
2021년 12월 11일
Rik
2021년 12월 11일
I can imagine what reshape does, but you'll have to explain what the rest of this command is doing.
카테고리
도움말 센터 및 File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!