Statistics
8 Questions
0 Answers
RANK
8,345
of 295,527
REPUTATION
3
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
12.5%
VOTES RECEIVED
3
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
How do I fit this equation?
I have to fit exponentially decaying data using a non-negative least squares function. Usually, the equation M(t) = sum(M0i.*ex...
11 years ago | 1 answer | 0
1
answerQuestion
Divide segment into logarithmically spaced intervals
I have a set of data points between the interval 0 - 1. I want to divide this interval into logarithmically spaced sub interv...
13 years ago | 1 answer | 0
1
answerQuestion
Calculating model error
I am trying to calculate model error by calculating the model covariance matrix. My data consists of a time series measuremen...
13 years ago | 1 answer | 0
1
answerQuestion
Apostrophes in Cell
How do I save a string to a cell that is in apostrophes? ie. 'filename', not filename
13 years ago | 2 answers | 0
2
answersQuestion
If statement comparing strings
I want to do this: if 'Word1' == 'Word2' 'do something' end 'Word1' and 'Word2' aren't necessarily going to be the same ...
13 years ago | 1 answer | 1
1
answerQuestion
Calculating error from parameter distribution
I have a distribution. It is a multi-peaked distribution of signal magnitude over a range of frequencies. This distribution is...
13 years ago | 1 answer | 0
1
answerQuestion
Why is MATLAB rounding this?
I have a part of my code: eps = 10^(log10(eps) + 0.125); The program will round it off. For instance, if the original value...
14 years ago | 3 answers | 0
3
answersQuestion
Outputting to string
I want to do this, essentially: for i = 1:3 ['variable_' int2str(i)] = function(i); end How do I tell MATLAB to crea...
14 years ago | 2 answers | 2