„SzabtechLabZH” változatai közötti eltérés
eredmény bemásolása |
képek feltöltve, belinkelve |
||
| 435. sor: | 435. sor: | ||
'''Matlab:''' | '''Matlab:''' | ||
x0=[-1,2] | |||
x0=[-1,2] | [y,x,t]=initial(a,b,c,d,x0); | ||
[y,x,t]=initial(a,b,c,d,x0); | x1=x(:,1); | ||
x1=x(:,1); | x2=x(:,2); | ||
x2=x(:,2); | figure(1);plot(t,y,'k');grid | ||
figure(1);plot(t,y,'k');grid | figure(2);plot(x1,x2,'k');grid | ||
figure(2);plot(x1,x2,'k');grid | |||
http://i.imgur.com/qC1JBEm.png | |||
http://i.imgur.com/wV8PxLC.png | |||
===7. feladat=== | ===7. feladat=== | ||