Statistics
11 Questions
0 Answers
RANK
185,579
of 295,467
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
81.82%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
where do those imaginary values come from?
If I use this piece of code b=24; k=2000*3600; ...
10 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0