統計
MATLAB Answers
5 質問
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