photo

Amanda Mnt


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
242,154
of 297,457

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Writing a function that computes the sum from 1 to an input using the while loop?
I need help composing a function that computes the sum of numbers from 1 to n (n being an input) using a “while" loop. I know ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Finding the median of a vector without using the median tool in matlab?
I am struggling to find the median of a given vector (does not matter what it is) without using the median tool in matlab. Here ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How would I add an extra dimension to an already existing matrix?
So I already have an already existing matrix/array given the command code: C=randi([-10,10],4,4) %that will give me a 4x4 ...

8 years 前 | 3 个回答 | 0

3

个回答

提问


How would I create an even and odd matrix within a specific range?
So I want to make a matrix where in the first column I would have even numbers within the range of (32,44] and the second column...

8 years 前 | 3 个回答 | 0

3

个回答