Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I have some Python code. I want to convert into matlab.

조회 수: 1 (최근 30일)
GHUFRAN AHMAD KHAN
GHUFRAN AHMAD KHAN 2019년 3월 3일
마감: MATLAB Answer Bot 2021년 8월 20일
I have python code and i want to convert into matlab. is it possible to convert into matlab?
  댓글 수: 3
Yaser Arafat
Yaser Arafat 2019년 3월 3일
yes using MATLAB library compiler ,you can convert matlab function into python.
conversion step are beautifully explained with example in Mathworks documentation section of MATLAB compiler
Walter Roberson
Walter Roberson 2019년 3월 3일
MATLAB Compiler SDK arranges to have the python call external functions that are MCR, the MATLAB Compiler Runtime. It does not convert the function into python, it just has python call run-time MATLAB.
Also, the user wants to do the opposite, rewrite Python as MATLAB, not rewrite MATLAB as Python.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by