matlab2python icon indicating copy to clipboard operation
matlab2python copied to clipboard

Simple matlab2python converter

Results 8 matlab2python issues
Sort by recently updated
recently updated
newest added

Here are the changes I have made. Let me know if anything needs work or if you want anything organized differently. Things I added: - imports methods from local files...

Hello, First off let me say thank you for writing this code! It is tremendously helpful to me. I am running into a problem where when the software converts a...

bug

Dear ebranlard, Thank you for making this amazing tool. We have almost everything converted out-of-the-box with minor bearable changes. Issue: The recognizing of a matlab array or matrix is needed...

help wanted
issue

SyntaxError: Unexpected "RBFNN" (parser) when trying to convert code from matlab to Python

issue

Hello, thanks for a very useful language conversion tool. I have identified a bug where the definition of an output function is not indented, resulting in an Indentation Error. I...

bug
help wanted

cannot import name 'gcd' from 'fractions'

help wanted
issue

%{ %} is the MATLAB multiline comment.

enhancement
help wanted
issue

First of all, thank you for this nice project. When I try to convert the following lines, ``` x = zeros(4,4) y = x(1,:) ``` I get a python output...

enhancement
help wanted