Community Profile

photo

ANDIE MEDDAUGH


Last seen: 2 years ago Active since 2021

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
matrix related matlab query
Here's the code I used: function [mmr, mmm] = minimax(M) B = M'; maxie = max(B); minnie = min(B); mmr = abs...

2 years ago | 0