Hola A continuación encontrarán los enlaces con los archivos del Laboratorio MATLAB para estos Sistemas
Programa en MATLAB Cálculo y Graficación Vl e Il
https://docs.google.com/leaf?id=0B44JSo1tMzbhOTE0MWMzMjQtMjkzNi00NjQ2LWIyMzctODhkZDJiMTM3OTA0&hl=es
Close all
L = input('ingresar valor bobina L=');
R = input('ngresar valor resistencia R=');
E = input('Ingrese Entrada E=');
t=1:0.1:10;
il=E/R.*(1-exp(-t/(L / R)));
vl=E.*exp(-t/(L/R));
plot(il)
pause
plot(vl)
Archivo Simulink para Sistema Primer Orden
https://docs.google.com/leaf?id=0B44JSo1tMzbhMjE4MGViMDctNjA1Mi00NjRhLWIxODEtZDc2ZjFiNTMzNWVk&hl=es
Archivo Simulink para Sistema Subamortiguado https://docs.google.com/leaf?id=0B44JSo1tMzbhZTdhNzBmZDktNWI4Yi00MjViLTg2NmUtNDhhMDM1MjQ0OGFh&hl=es
Archivo Simulink para Sistema Críticamente Amortiguado https://docs.google.com/leaf?id=0B44JSo1tMzbhOWI4ZGExMWItNjViOC00NjRhLWExOTYtN2M3MjllZjkwZmNk&hl=es
Archivo Simulink para Sistema Sobreamortiguado
https://docs.google.com/leaf?id=0B44JSo1tMzbhY2ZlNzg1ZWMtMDBhOC00YjMwLTkwZjYtNzg3NjcxM2VkNjhk&hl=es
Programa en MATLAB Cálculo y Graficación Vl e Il
https://docs.google.com/leaf?id=0B44JSo1tMzbhOTE0MWMzMjQtMjkzNi00NjQ2LWIyMzctODhkZDJiMTM3OTA0&hl=es
Close all
L = input('ingresar valor bobina L=');
R = input('ngresar valor resistencia R=');
E = input('Ingrese Entrada E=');
t=1:0.1:10;
il=E/R.*(1-exp(-t/(L / R)));
vl=E.*exp(-t/(L/R));
plot(il)
pause
plot(vl)
Archivo Simulink para Sistema Primer Orden
https://docs.google.com/leaf?id=0B44JSo1tMzbhMjE4MGViMDctNjA1Mi00NjRhLWIxODEtZDc2ZjFiNTMzNWVk&hl=es
Archivo Simulink para Sistema Subamortiguado https://docs.google.com/leaf?id=0B44JSo1tMzbhZTdhNzBmZDktNWI4Yi00MjViLTg2NmUtNDhhMDM1MjQ0OGFh&hl=es
Archivo Simulink para Sistema Críticamente Amortiguado https://docs.google.com/leaf?id=0B44JSo1tMzbhOWI4ZGExMWItNjViOC00NjRhLWExOTYtN2M3MjllZjkwZmNk&hl=es
Archivo Simulink para Sistema Sobreamortiguado
https://docs.google.com/leaf?id=0B44JSo1tMzbhY2ZlNzg1ZWMtMDBhOC00YjMwLTkwZjYtNzg3NjcxM2VkNjhk&hl=es
Su explicación sobre el código de colores de la resistencia es excelente, resolvió las dudas que tenia sobre ese tema; al ocupar vídeos explicativos como método de enseñanza, sus clases son mas claras y precisas , Gracias
ResponderEliminar