photo

Shubham Shah


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Can anyone explain me why M' is taken in the following code?
function [mmr,mmm]= minimax(M) mmt = [max(M,[],2)-min(M,[],2)] mmr = mmt' mmm = max(M, [], 'all') - min(M, [], 'all') end

plus d'un an il y a | 0