to plot different graph in a single window
2 views (last 30 days)
Show older comments
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 Comment
Paulo Silva
on 21 Feb 2011
Besides Brett and Walter answers you might also take advantage of the plotyy function.
Answers (2)
Brett Shoelson
on 21 Feb 2011
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 Comments
Walter Roberson
on 21 Feb 2011
See the documentation for the command "hold", and in particular "hold on".
0 Comments
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!