Community Profile

photo

KETAN PATEL


Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

casi 5 años hace | 5 respuestas | 0

5

respuestas

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

casi 5 años hace | 2