Statistiques
RANG
4 914
of 300 786
RÉPUTATION
10
CONTRIBUTIONS
2 Questions
6 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
1
RANG
of 21 091
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 061
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
While loop for sums?
sum=0; k=0; while(sum<=5*10^6) if(mod(k,2)) sum=sum+k^2; end k=k+1; end Next time please try...
environ 9 ans il y a | 0
How to represent each entry of a matrix by its own box with matlab
I found a script online which does exactly what I want <https://de.mathworks.com/matlabcentral/fileexchange/46010-grid-plot> ...
environ 9 ans il y a | 0
| A accepté
Question
How to represent each entry of a matrix by its own box with matlab
Hey everybody I want to know if is possible to make a pcolor plot where the color values isn't stored on the edges of the boxes...
environ 9 ans il y a | 2 réponses | 0
2
réponsesGenerate a vector X of 100 independent samples from Gaussian distribution
You could also use the <http://de.mathworks.com/help/stats/random.html random> comand X = random('norm',5,3,100,1);
plus de 9 ans il y a | 0
for and if statements
small = 0; big = 0; mid = 0; test = random('Normal',1,100,1,10); for k = 1:length(test) if ( test(k) < 25 )...
plus de 9 ans il y a | 0
I have 2 time series data, one is real data another is my plant model output, how can I calculate percentage of fitness?
You could use the <http://de.mathworks.com/help/ident/ref/compare.html?searchHighlight=compare compare> comand. For exam...
plus de 9 ans il y a | 1
| A accepté
Random number time series
ln = 100; % length of timeseries Ts = 1; % timestep for k = 1:ln tmp_mean = 2+2*(k-1)/(ln-1); % your linear...
plus de 9 ans il y a | 0
| A accepté
Question
compare vs forecast with models
I'm using ARMA-models to predict a signal. My signal is a timeseries with _n_ points; input = iddata(signal,[],Ts); My m...
plus de 9 ans il y a | 1 réponse | 0


