Can my compiled code open .txt, .dat, .csv, or .xlsx?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have code that requires input from an external file that cannot be included at the time of compiling. I have written several versions in which the data is loaded into the workspace from each format. This works when the code is run in Matlab but after it has been compiled it fails to load the data. So far I have only been able to access .mat files with my compiled code. Does anyone know the solution to this?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!