Matlab code using mscript

2 views (last 30 days)
ANAND VISHAL
ANAND VISHAL on 2 Mar 2020
Answered: Image Analyst on 9 Mar 2020
how to read and write the .c file contents by matlab code..?
PFA of file in text but original it is in .C extension.

Answers (1)

Image Analyst
Image Analyst on 9 Mar 2020
Try fileread() or fgetl() to read. To write, try fprintf().

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Tags

Products


Release

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!