Feeds
답변 있음
time shifting
clear all close all clc disp('given function is') x=(-10:10); for i=1:1:21 if(x(i)>0) y(i)=exp(x(i)); else y(i)...
time shifting
clear all close all clc disp('given function is') x=(-10:10); for i=1:1:21 if(x(i)>0) y(i)=exp(x(i)); else y(i)...
1년 초과 전 | 0
