Statistik
RANG
148.657
of 295.448
REPUTATION
0
ANTWORTZUSTIMMUNG
21.43%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
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 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
very large matrix manipulation
Hi I have a matrix that could end up being possibly 25x25 large. I need to do large manipulations on this matrix, for instance I...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
sum all combinations of 2d array
So I have an array a = [1,2,3,4;5,6,7,8;9,10,11,12;13,14,15,16]; now i want to sum every combination. Like a number padloc...
etwa 13 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Converting Matlab to C Code
The following code is the Matlab version which works perfectly: Starting=[1 1 -1]; options=optimset('Display','iter'); ...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matrix Dimensions must agree
With the following function, on the line fitted_Curve, there is the error that matrix dimensions must agree. function f = f...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Converting matlab to C - matrix operator
Hi I am trying to convert the following lines of code into C, but I am not completely sure what the matlab operator is actually ...
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
matlab matrices
Guys what is matlab doing in these three situations? If the vector Data equals: Data = 1.4000 2.9000 4.8000 ...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Converting Matlab to C
So I have solved a problem in matlab and it works brilliantly. However my boss requires the method in C. I am doing a least squa...
mehr als 13 Jahre vor | 0 Antworten | 0
0
Antwortenmy matrix is not square, although i think it is?
So I have got it to run, I'm not sure why but breaking the equation into more equations seemed to work: [code]function fnumbe...
mehr als 13 Jahre vor | 0
Frage
my matrix is not square, although i think it is?
I have set the following least squares method up quickly. I know i am using a nonlinear technique to solve a linear problem, how...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Store as array not variable
I have the following function: function f = function42(params2,T0,theta_f) % f = x^2 %f and x are dummy variables global ...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
arrays in functions
I am sending a function a vector something like [1.2 1.4 1.6 1.8 2] into vector Actual_output function sse=myfit(params,Input...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
curve fitting with equations
Hi, I have 5 data points that i want to curve fit. I used the matlab curve fitter to fit it to a fourier series because the mode...
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
non linear parameter estimation least squares
I have the following equation that i want to find the parameters c1, c2 and c3. E = SUM(yj-(1/(c1*c2))*(c3-asinh(sinh(c3)*ex...
mehr als 13 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Why does this not work - Simple Matlab?
The following creates a matrix, then breaks it into lines, so that I can send each line as a vector to a function. I dont know i...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I convert strings stored in a cell array to numbers?
I have an array with strings in it - the format is the following: 'Name' '2/8' '3/7' '7/8' Each of the above is its own c...
fast 14 Jahre vor | 3 Antworten | 0