ERTIZA HOSSAIN SHOPNIL - MATLAB Central
photo

ERTIZA HOSSAIN SHOPNIL


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 05/20 to 01/25Use left and right arrows to move selectionFrom 05/20Use left and right arrows to move left selectionTo 01/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
268,598
of 296,405

REPUTATION
0

CONTRIBUTIONS
0 Questions
3 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

  • First Answer

View badges

Feeds

View by

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

4 years ago | 0

Answered
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

4 years ago | 0

Go to top of page