Convert matlab file to .b
이전 댓글 표시
How to convert .m file to .b file?
댓글 수: 3
DGM
2022년 4월 16일
There are a number of file formats that might end in a .b extension. I don't see how it would make sense to convert a .m file to any of them. What format are you talking about, and what do you expect of such a conversion?
Asif Istiak
2022년 4월 16일
DGM
2022년 4월 16일
That's because mcode is not BASIC code. If you want to write something in BASIC, you write it in BASIC - whichever particular sort of BASIC you're targeting. Implementing something in another language is not as trivial as just selecting the file format when you save it.
답변 (1개)
Abhishek Chakram
2023년 11월 16일
0 개 추천
Hi Asif,
I understand that you to convert MATLAB code to a BASIC source code file. For this, you will need to manually rewrite the code in BASIC syntax. BASIC is a different programming language with its own syntax and structure, so a direct automated conversion may not be possible.
Best Regards,
Abhishek Chakram
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!