Can I have a graph on Matlab GUI plotting live data received from a DSP?

1 回表示 (過去 30 日間)
Kamran Awan
Kamran Awan 2023 年 3 月 6 日
コメント済み: Kamran Awan 2023 年 3 月 7 日
I'm working with a TI F28379D DSP and I have made a GUI on MatLab. I make the communication using the SCI protocol.
The GUI control is done via uicontrol(f,'Style','edit','Position',[x2,y1+9*dy1,100,25],'BackgroundColor',[1 1 1]);
I'm not sure if I can have graph plotting the data using 'ui' control.
If anyone has done something like this before, can have a look on the code I can provide.
  2 件のコメント
Eric Delgado
Eric Delgado 2023 年 3 月 7 日
Yes, it's possible to plot a streaming of real data. But... Why are you using uicontrol?! Try to update your project to App Designer.
Kamran Awan
Kamran Awan 2023 年 3 月 7 日
Hi Eric, thank you for comment and suggestion. I have not tried App Designer before. I'll try it. thanks.

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

回答 (0 件)

カテゴリ

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

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by