Feeds
질문
How to define a matrix which changes its size in every iteration of loop?
T = 50; %total iteration x = randn(T,1); %input pw =[0,0,0,0,0,1,-0.3,0.2]; % primary path TF d = filter(pw, 1, x); ...
거의 5년 전 | 답변 수: 1 | 0
1
답변질문
matlab script to simulink model
I know that, by user defined function we can creat a simulink block for my m-code..But i am unable to plot my m-code plots by ...
대략 5년 전 | 답변 수: 1 | 0
