Community Profile

photo

RANDY FRANSTIARAJAH


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Please compile the function file function a=test(b,c,d), so that when the input parameters are 1~3, the output parameter is the mean value of the input parameters (a=b or a=(b+c)/2 or a =(b+c+d)/3). Please directly use the source code of the function
Please compile the function file function a=test(b,c,d), so that when the input parameters are 1~3, the output parameter is the ...

3 years ago | 1 answer | 0

1

answer

Question


Please compile the function file function a=test(b) to satisfy when the output matrix a is the transpose of the input matrix b. Please use a for loop instead of the built-in transpose function of matlab; Please directly use the source code of the f
Please compile the function file function a=test(b) to satisfy when the output matrix a is the transpose of the input matrix b. ...

3 years ago | 1 answer | 0

1

answer

Question


Please compile the function file function a=test(b,c,d), so that when the input parameters are 1~3, the output parameter is the mean value of the input parameters (a=b or a=(b+c)/2 or a =(b+c+d)/3). Please directly use the source code of the functio
Please compile the function file function a=test(b,c,d), so that when the input parameters are 1~3, the output parameter is the ...

3 years ago | 1 answer | 0

1

answer

Question


1 [Short Answer Question] Please compile the function file function a=test(b) to satisfy when the output matrix a is the transpose of the input matrix b. Please use a for loop instead of the built-in transpose function of matlab; Please directly us
1 [Short Answer Question] Please compile the function file function a=test(b) to satisfy when the output matrix a is the transpo...

3 years ago | 0 answers | 0

0

answers

Question


Given that a=[1;4.2;3;pi;8;7;62;50;23;17]; Please use vector b to represent all the even elements in vector a (b=[8;62;50])?
Given that a=[1;4.2;3;pi;8;7;62;50;23;17]; Please use vector b to represent all the even elements in vector a (b=[8;62;50])? so...

3 years ago | 1 answer | 0

1

answer