Community Profile

photo

KETAN PATEL


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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

presque 5 ans il y a | 5 réponses | 0

5

réponses

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

presque 5 ans il y a | 2