photo

steven


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

5 Fragen
3 Antworten

RANG
237.813
of 301.379

REPUTATION
0

BEITRÄGE
5 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
100.0%

ERHALTENE STIMMEN
0

RANG
 of 21.244

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.273

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 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Approximating 'y' coordinates of a b-spline's coefficients.
I have managed to come up with a solution which works for my case: %% Baseline Spline %% cp_x=[0 11.19 28....

mehr als 7 Jahre vor | 0

| akzeptiert

Frage


Approximating 'y' coordinates of a b-spline's coefficients.
I have created a B-spline using the following method: cp_x=[0 11.19 28.26 59.12 88.99 90...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Removing duplicate rows of matrices from a cell array.
Managed to solve it myself (with a lot of fiddling around!): Where 'a' is the 32x32 cell array: RemoveIndex = []; for i...

mehr als 9 Jahre vor | 0

| akzeptiert

Frage


Removing duplicate rows of matrices from a cell array.
<</matlabcentral/answers/uploaded_files/62528/Example.PNG>> I have a 32x32 cell array which all either contain X,Y coordinate...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Using the deviation of a linear regression calculation to trim the calculated data in the linear regression itself.
Thanks for both of your help. I have implemented the below and it seems to do what I was looking for (note: I have changed va...

mehr als 9 Jahre vor | 0

| akzeptiert

Frage


Using the deviation of a linear regression calculation to trim the calculated data in the linear regression itself.
I have calculated the linear regression of a set of data: -42.1274227227296 -6.79715991020203 -46.6343683929176 -12.2348...

mehr als 9 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Struggling to store indexing variable as an array.
I am trying to store a list of file names which have been retrieved from a folder. Any help would be appreciated; here is w...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I plot the different values in a for loop on the same plot? (confusing problem!)
I am wanting to take axial cuts sweeping from right to left along the x co-ords -0.05 to -1.0 in -0.05 increments to get the for...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort