Mensaje de error

  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls en book_prev() (línea 775 de /home1/montes/public_html/drupal/modules/book/book.module).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Notice: Trying to access array offset on value of type int en element_children() (línea 6422 de /home1/montes/public_html/drupal/includes/common.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters en drupal_get_feeds() (línea 394 de /home1/montes/public_html/drupal/includes/common.inc).

Ejemplo 9.2 pag633 OGATA: Page 10 of 12

Solapas principales

[adsense:336x280:9156825571]

Programa para dibujar respuesta a un escalon del sistema en Scilab
s=%s;

g=1/(s*(s+1)*(0.5*s+1));

gc=5*(21.74*s+1)/(236*s+1);

gc2=5*(10*s+1)/(100*s+1);

gt=g /. 1;

gt2=g*gc /. 1;


gt3=g*gc2 /. 1;

gs=syslin('c',gt);

gts=syslin('c',gt2);

gts2=syslin('c',gt3);

clf;

t=0:0.02:40;

y=csim('step',t,gs);

yt=csim('step',t,gts);

yt2=csim('step',t,gts2);

plot(t,y,'k');

plot(t,yt,'g');


Español

Añadir nuevo comentario

Plain text

  • No se permiten etiquetas HTML.
  • Las direcciones de las páginas web y las de correo se convierten en enlaces automáticamente.
  • Saltos automáticos de líneas y de párrafos.
Pin It