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.
To install MatoPy, follow these steps:
- Clone the repository:
git clone https://github.com/tztsai/MatoPy.git
- Navigate to the project directory:
cd MatoPy
- Install the required Python packages:
pip install -r requirements.txt
To use MatoPy, follow these steps:
- Ensure that both Python and MATLAB are installed on your system.
- Run the main script:
bash translate.sh SOURCE_FILES OUTPUT_DIRECTORY
We welcome contributions to MatoPy! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of your changes"
- Push to the branch:
git push origin feature-branch
- Create a Pull Request detailing your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
The recent changes for this repository can be found on the commits page.