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 commentaire

Paulo Silva
Paulo Silva le 21 Fév 2011
Besides Brett and Walter answers you might also take advantage of the plotyy function.

Connectez-vous pour commenter.

Réponses (2)

Brett Shoelson
Brett Shoelson le 21 Fév 2011

0 votes

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
Walter Roberson le 21 Fév 2011

0 votes

See the documentation for the command "hold", and in particular "hold on".

Catégories

En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange

Question posée :

le 21 Fév 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by