photo

Sritama Mitra


Last seen: casi 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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)); ...

casi 4 años hace | 0