Feeds
답변 있음
I want to get the values of a,b,c,d when T =1 as an example
a= 24:1:26; b= 24:1:26; c=24:1:26; d=24:1:26; m=length(a); n=length(b); f=length(c); k=length(d); for i=1:m; for j= 1...
I want to get the values of a,b,c,d when T =1 as an example
a= 24:1:26; b= 24:1:26; c=24:1:26; d=24:1:26; m=length(a); n=length(b); f=length(c); k=length(d); for i=1:m; for j= 1...
3년 초과 전 | 0
답변 있음
Can you help me with this task?
You need to convert the n-th order ODE equation into a system of n first-order ODE equations. See https://www.mathworks.com/help...
Can you help me with this task?
You need to convert the n-th order ODE equation into a system of n first-order ODE equations. See https://www.mathworks.com/help...
3년 초과 전 | 0
질문
How can I code pseudo random binary sequence input current signal made by idinput?
I tried to define a prbs current signal input as function of time, something like: u=idinput(100,'prbs',[0 1],[1 3]); u=iddata...
대략 5년 전 | 답변 수: 1 | 0

