![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/martagonzalezgoalumnosuvigoes_1516899921533_DEF.jpg)
Marta Gonzalez
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 157,897
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
While problem, generating random numbers
Write a function called one_so_small that takes no input arguments and returns three scalars as output arguments. If it is call...
4年以上 前 | 0 件の回答 | 0
0
回答質問
How can I add all the differents additions to one scalar output?
Write a function called summit that takes three vectors of the same length as input arguments (the function does not have to ch...
4年以上 前 | 1 件の回答 | 0
1
回答質問
How can I create a function with random imputs? I have to create a function called tri_area that returns the area of a triangle with abse b and heigh h, where b and h are input arguments of the function in that order
function area = tri_area(b,h) b=2 h=3 area=(b*h)/2; end %They ask for ans answer when h=3 and b=2 AND OTHER with random in...
4年以上 前 | 1 件の回答 | 0