File Type Converter

Change .mlx file to .m file and vice versa
651 download
Aggiornato 20 feb 2021

Visualizza la licenza

Converts .mlx file to .m files and .m file to .mlx files into Matlab.

Advantages:
- supports multiple files simultaneously
- doesn't require to write file type
- allows only .mlx files for mlx2m function
- allows only .m files for m2mlx function
- delete the previous files after converting
- see run time

For subset, retrieval examples see:
1. mlx2m: https://github.com/Hassan1503/MATLAB-DSP-by-Vinay/blob/master/DSP%20vinay/Chapter%202/mlx2m.m
2. m2mlx: https://github.com/Hassan1503/MATLAB-DSP-by-Vinay/blob/master/DSP%20vinay/Chapter%202/m2mlx.m

Example:
fileName=["evenodd","ievenodd"];
mlx2m(fileName) % convert .mlx files into .m files and deleted all .mlx files
m2mlx(fileName) % convert .m files into .mlx files and deleted all .m files

Cita come

Md Hassanuzzaman (2025). File Type Converter (https://it.mathworks.com/matlabcentral/fileexchange/74281-file-type-converter), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2019b
Compatibile con R2017a fino a R2020b
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Call Web Services from MATLAB Using HTTP in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.4

Bugs fixed

1.0.1

Change some content

1.0.0