Skip to content

tztsai/MatoPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matlab to Python Translator

MatoPy is a project that translates Matlab code to Python 3. It is an updated version of smop, fixing various issues and updating the translated code from Python 2 to 3.

Table of Contents

Installation

To install MatoPy, follow these steps:

  1. Clone the repository:
    git clone https://github.com/tztsai/MatoPy.git
  2. Navigate to the project directory:
    cd MatoPy
  3. Install the required Python packages:
    pip install -r requirements.txt

Usage

To use MatoPy, follow these steps:

  1. Ensure that both Python and MATLAB are installed on your system.
  2. Run the main script:
    bash translate.sh SOURCE_FILES OUTPUT_DIRECTORY

Contributing

We welcome contributions to MatoPy! If you would like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Description of your changes"
  4. Push to the branch:
    git push origin feature-branch
  5. Create a Pull Request detailing your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Recent Changes

The recent changes for this repository can be found on the commits page.

About

Matlab to Python 3 Translator.

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages