統計
MATLAB Answers
11 質問
0 回答
ランク
of 153,950
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Lognormal fitting with 10-base
I have the statistical toolbox and used it to make a lognormal fitting with e-base. Now I need a lognormal fitting with 10-base,...
9年以上 前 | 2 件の回答 | 0
2
回答質問
How to order data according to month?
I have been thinking about a proper way to do this and thought I would ask for input here: I have 8 years with data, these ar...
10年弱 前 | 1 件の回答 | 0
1
回答質問
When you have different values assigned to different strings, how can you use these values in a loop?
I want to make a loop and do a few things inside this loop, but none of them work yet. Part of it has to concern with months, fo...
10年弱 前 | 1 件の回答 | 0
1
回答質問
How to count in arrays?
Let's say I have two arrays apple = [1 2 3 4 5 6 7 8]; pear = [2 3 1 2 7 6 1 8]; I want to compare these arrays and c...
約10年 前 | 1 件の回答 | 0
1
回答質問
Getting a mean of only the numbers
I have a dataset and I want the mean value of the numbers. There are a lot of NaN-values in there and I want to ignore those (th...
約10年 前 | 2 件の回答 | 0
2
回答質問
Why do unexpected imaginary values appear when I try to fill my matrix with a loop?
The entire code is too big to put here, but I have Ntot = Nq*Nw; matrix = zeros(Ntot,4); Nline = 0; ...
10年以上 前 | 1 件の回答 | 0
1
回答質問
changing values in a certain column of a matrix
I have a large matrix and in the fifth column I want to replace every value of 990 with 30.375, how could I do this easily? I fo...
10年以上 前 | 2 件の回答 | 0
2
回答質問
How can I manipulate my data? (Maybe with flagging)
I have a matrix with data, it has a lot of rows and 7 columns. Later I want to devide the last three columns in blocks of 30, bu...
10年以上 前 | 1 件の回答 | 0
1
回答質問
where do those imaginary values come from?
If I use this piece of code b=24; k=2000*3600; ...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How do I find my wanted values in a .txt-file?
I succeeded to let Matlab read a .txt-file with two columns (let's say t and w) but now I want it to give me w(t), so for a cert...
10年以上 前 | 1 件の回答 | 0
1
回答質問
How can I discretize a function so I can use it in a model?
I need to use discretized data in my model, but I have three continuous functions for three different time-periods. How can I im...
10年以上 前 | 1 件の回答 | 0