KETAN PATEL
2019년부터 활동
Followers: 0 Following: 0
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...
matrix related matlab query
function [mmr, mmm] = minimax(A); B = A'; maxi= max(B); mini = min(B); mmr = max(B) - mi...
5년 초과 전 | 2