photo

KETAN PATEL


Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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...

oltre 5 anni fa | 5 risposte | 0

5

risposte

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

oltre 5 anni fa | 2