photo

ERTIZA HOSSAIN SHOPNIL


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

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 4 ans il y a | 0

Réponse apportée
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

environ 4 ans il y a | 0