photo

KETAN PATEL


2019년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


if-statement with conditions.
Write a function called picker that takes three input arguments called condition, in1 and in2 in this order. The argument condit...

5년 초과 전 | 답변 수: 5 | 0

5

답변

답변 있음
matrix related matlab query
function [mmr, mmm] = minimax(A); B = A'; maxi= max(B); mini = min(B); mmr = max(B) - mi...

5년 초과 전 | 2