File Type Converter

버전 1.0.4 (1.68 KB) 작성자: Md Hassanuzzaman
Change .mlx file to .m file and vice versa
다운로드 수: 436
업데이트 날짜: 2021/2/20

라이선스 보기

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

인용 양식

Md Hassanuzzaman (2024). File Type Converter (https://www.mathworks.com/matlabcentral/fileexchange/74281-file-type-converter), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019b
R2017a에서 R2020b까지의 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Call Web Services from MATLAB Using HTTP에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.4

Bugs fixed

1.0.1

Change some content

1.0.0