to plot different graph in a single window
조회 수: 2 (최근 30일)
이전 댓글 표시
sir i have written a matlab program transistor output characteristic i.e. (ce) ic vs vce for a single value of ib.how can i plot the graph ic vs vce for different value of ib in a single window.
댓글 수: 1
Paulo Silva
2011년 2월 21일
Besides Brett and Walter answers you might also take advantage of the plotyy function.
답변 (2개)
Brett Shoelson
2011년 2월 21일
If you want to plot IC vs VCE and IB, you might want to consider using PLOT3 or SURF. Or some other 3D visualizer. Brett
댓글 수: 0
Walter Roberson
2011년 2월 21일
See the documentation for the command "hold", and in particular "hold on".
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!