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!