Community Profile

photo

Amit Jain


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

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

A répondu
matrix related matlab query
function [mmr,mmm] = minimax(A) T = A'; mmr = max(T)-min(T); p= max(max(A(1:end,1:end))); q = min(min(A(1:end,1:end))); mm...

plus de 3 ans il y a | 0