How to write data to text file on raspberry pi using matlab

Hello everyone, I'm making a project with Raspberry pi and Matlab , I successfully to generate the code to Raspberry Pi and make it run standalone. Now I want this application can save data to .txt on Raspberry Pi. Is that possible?

 Accepted Answer

The MATLAB functions fopen, fprintf, fclose all support code generation. They use the C runtime library so they can run on the Raspberry Pi to create and write text files.
See the Low-Level File I/O section here:

3 Comments

Thanks for your help,
I have one more question that is the file .txt must be created in Raspberry Pi or on my Matlab folder ?
The file will be located wherever you run the generated code. So if you run the generated code on the Pi, the file will be created there.
OK Thanks for your help, I will try it.

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB Support Package for Raspberry Pi Hardware in Help Center and File Exchange

Products

Release

R2019a

Community Treasure Hunt

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

Start Hunting!