Matlab code using mscript
이전 댓글 표시
how to read and write the .c file contents by matlab code..?
PFA of file in text but original it is in .C extension.
답변 (1개)
Image Analyst
2020년 3월 9일
0 개 추천
Try fileread() or fgetl() to read. To write, try fprintf().
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!