Matlab code using mscript
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
how to read and write the .c file contents by matlab code..?
PFA of file in text but original it is in .C extension.
0 comentarios
Respuestas (1)
Image Analyst
el 9 de Mzo. de 2020
Try fileread() or fgetl() to read. To write, try fprintf().
0 comentarios
Ver también
Categorías
Más información sobre File Operations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!