photo

MD JAHIDUL HAQUE KHAN


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 4 ans il y a | 1 réponse | 0

1

réponse