Matlab code using mscript
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Image Analyst
le 9 Mar 2020
Try fileread() or fgetl() to read. To write, try fprintf().
0 commentaires
Voir également
Catégories
En savoir plus sur File Operations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!