photo

Mathias Andersen


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

Followers: 0   Following: 0

统计学

MATLAB Answers

1 个提问
5 个回答

排名
4,044
of 297,503

声誉
12

贡献数
1 个提问
5 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
Hi, I'm new to matlab and wanted to find the mean of all the values in my matrix/data set and was wondering how I would do this?
See the documentation for the mean command here So if you want the mean of an entire matrix write the following mean(a,'all')

5 years 前 | 0

| 已接受

已回答
Error using sym/subsref
Double(S) will produce a matrix with the solutions. S.m is not a variable stated anywhere in the script

5 years 前 | 1

已回答
How do I calculate velocity with v= v0+a*t for loop?
You need to use : instead of ; in the for loop values, and V(i) = Ve(i)

5 years 前 | 1

已回答
Limit the x values that are shown in the histogram
xlim([64 100]) or change the numbers to whatever bounds you want to have.

5 years 前 | 0

| 已接受

已回答
I only have the mean value and standard deviation value, how do I make a histogram with this?
This should do the trick. x = 7.79*randn(150,1)-30.1; histogram(x,'Normalization','pdf')

5 years 前 | 0

提问


Expand matrix pattern by rows only
I want to expand the following pattern 365 times. Have tried the repmat command, however this will produce 365 columns as well w...

5 years 前 | 1 个回答 | 0

1

个回答