help on plot parallel resonant converter using MATLAB

Thread Starter

ljt

Joined Oct 11, 2006
1
hi,
i am now doing a thesis on analysis of parallel resonant converters. Anyone can help me on how to plot all the characteristic graph of parallel resonant converter by using MATLAB ??
any ideas?
thankz a lot....
 

Dave

Joined Nov 17, 2003
6,969
It largely depends how your data is formatted and structured. As a starting point, type any of the following at the MATLAB command-line for further information and syntax:

>> help plot

>> help plot3

>> help plotmatrix

To plot multiple plots on a single graph, use the "hold" command.

If you want more help you will need to be more descriptive of the formatting and structure of your data.

Dave
 

sci-3d

Joined Aug 22, 2006
51
There several plot routines depending on the kind of the data.
Could you please specify you work. The people in this forum glad to help you. :)
 
Top