Community Profile

photo

MD JAHIDUL HAQUE KHAN


Last seen: fast 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort