Feeds
답변 있음
open R2017a Simulink Model into R2015b
clear all clc syms t s y(t) Y dy(t)=diff(y(t)); d2y(t)=diff(y(t),2); F = input('Input the coefficients [a,b,c]: '); a=F(1)...
open R2017a Simulink Model into R2015b
clear all clc syms t s y(t) Y dy(t)=diff(y(t)); d2y(t)=diff(y(t),2); F = input('Input the coefficients [a,b,c]: '); a=F(1)...
거의 7년 전 | 0
