_Matlab Simulink problem about PV Stand alone System_
이전 댓글 표시
I'm trying to make a PV Stand Alone Sys, but the problem is that, when I use XY Scope to show the P-V Characteristic, it just pop up not thing or a curve that doesn't show any relations between P and V Here is my work

Here is what I get from the scope

It should be like this instead:

Can you help me out on this, I'm very appreciate for that!
답변 (1개)
Sebastian Castro
2015년 10월 23일
편집: Sebastian Castro
2015년 10월 23일
0 개 추천
Notice the X-Y axis coordinates the XY Graph block. The limits are -1 to 1 on both axes. You can double-click the block to open its dialog and change the axes limits. It just might match the shape in your last figure there -- they both start at (0,0) with a positive slope.
Alternatively, you could just log all that data to the workspace and plot it in a MATLAB figure because those autoscale just fine :)
- Sebastian
카테고리
도움말 센터 및 File Exchange에서 Event Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!