photo

Abdul Rafay


Last seen: 9 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Can anyone explain me why M' is taken in the following code?
function [mmr,mmm] = minimax(A) mmr = max(A')-min(A'); a = A(:); mmm = max(a)-min(a); end

9 Monate vor | 0