MD JAHIDUL HAQUE KHAN
Followers: 0 Following: 0
Feeds
提问
How to ignore negative indices or assign it to zero in a loop
x=[1 2 -1 -3 -4] h=[0 1 3] n=length(x) m=length(h) y=zeros(n,m) for i=1:n for j=1:m if i-j>0 ...
3 years 前 | 1 个回答 | 0
1
个回答提问
Trouble giving decimal input
Hi, my code is as shown below, i tried as switch function instead of else if statement. However, the code is taking only integer...
4 years 前 | 1 个回答 | 0