On the app designer, how can i log data in real time to a .mat/.txt file

2 ビュー (過去 30 日間)
Ifeoluwa Ajiboye
Ifeoluwa Ajiboye 2021 年 11 月 19 日
回答済み: Rik 2021 年 11 月 20 日
I have got a timer function that every 5 seconds, i get timenow values & Power Supply voltage. I am not sure how to log this data to a txt file in real time.

採用された回答

Rik
Rik 2021 年 11 月 20 日
This sounds like you could solve it by using one of the append flags when using fopen. Then you can fprintf what you need to write, and close the file again with fclose.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by