Matlab code using mscript
Ältere Kommentare anzeigen
how to read and write the .c file contents by matlab code..?
PFA of file in text but original it is in .C extension.
Antworten (1)
Image Analyst
am 9 Mär. 2020
0 Stimmen
Try fileread() or fgetl() to read. To write, try fprintf().
Kategorien
Mehr zu File Operations finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!