Statistiques
8 Questions
0 Réponses
RANG
8 345
of 297 016
RÉPUTATION
3
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
12.5%
VOTES REÇUS
3
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
environ 11 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 14 ans il y a | 1 réponse | 0
1
réponseQuestion
Calculating model error
I am trying to calculate model error by calculating the model covariance matrix. My data consists of a time series measuremen...
presque 14 ans il y a | 1 réponse | 0
1
réponseQuestion
Apostrophes in Cell
How do I save a string to a cell that is in apostrophes? ie. 'filename', not filename
presque 14 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
presque 14 ans il y a | 1 réponse | 1
1
réponseQuestion
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...
presque 14 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 14 ans il y a | 3 réponses | 0
3
réponsesQuestion
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...
environ 14 ans il y a | 2 réponses | 2