How do I design/code a MATLAB GUI to display/ control an arduino resistor and diode tester
3 ビュー (過去 30 日間)
古いコメントを表示
trishen beeharie
2021 年 11 月 7 日
コメント済み: trishen beeharie
2021 年 12 月 16 日
How do I design/code a MATLAB GUI to display/ control an arduino resistor and diode tester
I have the arduino code for resistor and diode tester individually, how do i incorperate this, so that the gui can select between either and then test, and then display the resistance for resistor tester and the diode forward voltage or possibly to an extent a VI characteristics curve graph.
Help will be greatly appreciated. thansks in advance
採用された回答
Reshma Nerella
2021 年 12 月 13 日
Hi,
You can use App Designer to create an app(GUI) to interactly work with the UI Components like text field, image, button etc. and also to display outputs like plots etc.
In your case, you might need the following UI components,
- Switch - gui can select between either
- Edit field - display the resistance for resistor tester and the diode forward voltage
- UIAxes - VI characteristics curve graph.
You can also add callback functions, these execute when you interact with the UI Components in the app.
Here are few links that might help you to get started with the app.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Arduino Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!