Download a script (*.m) instead of BLOCK DIAGRAM (*mdl) into target PC.
이전 댓글 표시
Can I download a script (*.m) instead of BLOCK DIAGRAM (*mdl) into target PC. How to do it? What toolboxes do I need?
답변 (2개)
Kaustubha Govind
2013년 5월 31일
0 개 추천
You can use MATLAB Coder to generate standalone C code from MATLAB code and compile it into an executable or library for the host machine. If your target is different from the host, you can adjust the datatype sizes, but might need to adjust the build rules manually.
Walter Roberson
2013년 5월 31일
0 개 추천
You could probably download it, but you wouldn't be able to run it. The target is not running MATLAB.
카테고리
도움말 센터 및 File Exchange에서 Target Computer Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!