photo

Mathias Andersen


Last seen: 5年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

1 質問
5 回答

ランク
4,329
of 300,779

評判
12

コントリビューション
1 質問
5 回答

回答採用率
100.0%

獲得投票数
2

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,997

コントリビューション
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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

1

回答