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 ...
4년 초과 전 | 답변 수: 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...
5년 초과 전 | 답변 수: 1 | 0

