photo

Marta Gonzalez


Last seen: 5 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
171,409
of 300,392

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,299

贡献数
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...

5 years 前 | 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...

5 years 前 | 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...

5 years 前 | 1 个回答 | 0

1

个回答