フィルターのクリア

How to save a figure on Raspberry PI?

7 ビュー (過去 30 日間)
Nagy Roland
Nagy Roland 2020 年 11 月 11 日
コメント済み: Nagy Roland 2020 年 11 月 12 日
Hi,
I have a standalone application from Matlab code to Raspberry PI 4B (target hardware is the Raspberry). My question is that can I save a figure (plot) with standalone application to Raspberry? (I can use fprintf command to save text files to Raspberry, but I don't know that it is possible to save figures like text file. I have a lot of data and I'd like to plot them already on the Raspberry.)
Thanks,
Roland

採用された回答

Reeno Joseph
Reeno Joseph 2020 年 11 月 12 日
Hello Nagy,
The "plot" function in MATLAB is not codegen capable and so you cannot use it directly for deployment.
A workaround you can try:
  1. Save your data to a binary file withn the SD card of Raspberry Pi (please refer fwrite )
  2. Transfer the binary file to MATALB and read the data from the binary file (please refer fread )
  3. You can plot the required data in MATLAB
Hope this helps,
Reeno
  1 件のコメント
Nagy Roland
Nagy Roland 2020 年 11 月 12 日
Hi,
Ok, my second think was this, I just wondered if there was another solution. In this case, I will do this.
Thanks,
Roland

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Support Package for Raspberry Pi Hardware についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by