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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

