photo

Japhet Kyarukamba


Last seen: 3 mois il y a Actif depuis 2024

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?
Alternatively, % function // editor window function [mmr, mmm] = minimax(M) % Transpose M to work on each row, then calculate...

3 mois il y a | 0

Réponse apportée
Can anyone explain me why M' is taken in the following code?
% function // editor window function [mmr, mmm] = minimax(A) mmr = max(A, [], 2) - min(A, [], 2); % Compute maximum and minimu...

3 mois il y a | 0