to plot different graph in a single window
이전 댓글 표시
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일
0 개 추천
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
Walter Roberson
2011년 2월 21일
0 개 추천
See the documentation for the command "hold", and in particular "hold on".
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!