Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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

2 visualizaciones (últimos 30 días)
GHUFRAN AHMAD KHAN
GHUFRAN AHMAD KHAN el 3 de Mzo. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I have python code and i want to convert into matlab. is it possible to convert into matlab?
  3 comentarios
Yaser Arafat
Yaser Arafat el 3 de Mzo. de 2019
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 el 3 de Mzo. de 2019
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.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by