photo

Sritama Mitra


Last seen: presque 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Find the first element that satisfy a condition in a vector
function [summa,index]=max_sum(v,n) k=length(v); index=ones(1,1); if n<=k for i=1:(k-n+1) b=sum(v(i:i+n-1)); ...

presque 4 ans il y a | 0