photo

Natalie


Last seen: 27 Tage vor Aktiv seit 2015

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
106.221
of 301.261

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
66.67%

ERHALTENE STIMMEN
0

RANG
 of 21.209

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.690

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can the confidence bounds of a fit coefficients be NAN?
I have just fitted my data to a sum of Gaussians, and recieved NaNs as the confidence bounds of some of the coefficients. What d...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How do I calculate an accumulative rms of a vector and stop when an increase/decrease occurs?
I have a set of thousands of curves that all have the same general trend. They oscillate around an rms of about zero, and then t...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I find the first value (in a vector) larger than a cutoff value without using for/while loops?
For example: v=[0.2, 0.8, 0.9, 1.15, 8.2, 9.3, 7.6, 6.5, 5.2, 3.4]; cutoff=7; The answer should be 8.2.

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I create new rows from numbers repeating themselves in two or more rows of a matrix?
Take for example matrix a: a=[1 2 3 4; 5 8 10 1; 2 3 11 12]. Numbers recurring in different rows should create a new row...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I locate similar values in different vectors?
a=[1 4 26 27 41 0 0 0 0 0 0 0; 2 22 23 41 0 0 0 0 0 0 0 0; 4 55 77 0 0 0 0 0 0 0 0 0; 3 6 88 91 0 0 0 0 0 0 0 0] ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I delete repetitions of rows in a matrix?
Suppose I have the following matrix (the one I'm working on has 1000x1000 cells, so I'll simplify things): a=[1,2,3; 8,7,...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten