Borrar filtros
Borrar filtros

how to plot output voltage graph of 6-pulse rectifier?

1 visualización (últimos 30 días)
Subarna Giri
Subarna Giri el 12 de Sept. de 2017
Respondida: Rohan Kale el 14 de Sept. de 2017
how to plot the above graph in matlab. The graph is for voltage waveform of 6-diodes, output voltage and current from 6-pulse rectifier. similarly, I have to plot output waveform for 12-Pulse rectifier. Please help me.
Regards, SG
  1 comentario
Sarah Mohamed
Sarah Mohamed el 14 de Sept. de 2017
Are you using Simulink, and if so, are you using a 'To Workspace' block so that the data is available in the MATLAB workspace?
Please share as much detail as possible about how the data you would like to plot has been created.

Iniciar sesión para comentar.

Respuestas (1)

Rohan Kale
Rohan Kale el 14 de Sept. de 2017
Simply use hold on command to hold the 6 plots on to the same figure. e.g
hold on
plot(y1);
plot(y2);
% and so on.

Categorías

Más información sobre MATLAB en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by