photo

Balakrishna Peram


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

Followers: 0   Following: 0

Estadística

All
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Write a function called minimax that takes M, a matrix input argument and returns mmr, a row vector containing the absolute values of the difference between the maximum and minimum valued elements in each row. As a second output argument called mmm,
on a General sense this should be the answer function [mmr,mmm] = minimax(M) mmr=abs(max(M,[],2)-min(M,[],2)) mmm=max(M,[],'...

alrededor de 3 años hace | 0