Chech Joseph
自 2019 起处于活动状态
Followers: 0 Following: 0
Feeds
已回答
Write a function called picker that takes three input arguments called condition, in1 and in2 in this order. The argument condition is a logical. If it is true, the function assigns the value of in1 to the output argument out, otherwise, it assigns
function out = picker(condition,int1,int2) condition = int1 > int2 if condition == 1 out = int1 elseif condi...
Write a function called picker that takes three input arguments called condition, in1 and in2 in this order. The argument condition is a logical. If it is true, the function assigns the value of in1 to the output argument out, otherwise, it assigns
function out = picker(condition,int1,int2) condition = int1 > int2 if condition == 1 out = int1 elseif condi...
5 years 前 | 0