photo

RANDY FRANSTIARAJAH


Last seen: 約5年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
189,473
of 301,252

評判
0

コントリビューション
5 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,207

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,657

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答

質問


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

5年以上 前 | 0 件の回答 | 0

0

回答

質問


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

5年以上 前 | 1 件の回答 | 0

1

回答