Community Profile

photo

Shubham Shah


Last seen: mer än ett år ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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

mer än ett år ago | 0