How do I display a circuit using App designer?
조회 수: 10 (최근 30일)
이전 댓글 표시
My project demands to get input from user, calculate certain values, and display a circuit using these values. It is a code to display OC/SC test of transformer. I have figured out how to get the outputs, but I don't understand how to make a circuit that displays this output using App designer.
(the question: collect data from the open circuit and short circuit test, print the values of the equivalent circuit parameters, and draw the schematic circuit diagram of the transformer with parameter values)
Please help.
댓글 수: 0
답변 (1개)
Amal Raj
2023년 3월 20일
To display a circuit in an App Designer MATLAB GUI, you can use the axes component and plot the circuit using standard MATLAB plotting functions such as line or patch.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!