Community Profile

photo

ERTIZA HOSSAIN SHOPNIL


Last seen: más de 2 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
matlab loops/if statements help for a beginner
function [summa,index]= max_sum(v,n) m=length(v); if m<n summa=0; index=-1; else summa = 0...

más de 3 años hace | 0

Respondida
Solving 2nd part of minimax question
function [mmr,mmm]= minimax(x) A=x'; mmr=max(A)-min(A); mmm=(max(A,[],'all')-min(A,[],'all')); end

casi 4 años hace | 0