![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9644129_1522133648389_DEF.jpg)
Arbol
Followers: 0 Following: 0
Statistik
RANG
200.189
of 297.016
REPUTATION
0
ANTWORTZUSTIMMUNG
28.57%
ERHALTENE STIMMEN
0
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
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
Why do image coordinate switches when using getpts function?
I have a 96x256x256 data, and I try to pick a pixel from the 256x256 to get data. When I use the getpts function, I get differen...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how do one weight lsqcurvefit with standard error from dependent data?
I ran into this post about weighted lsqcurvefit: https://www.mathworks.com/matlabcentral/answers/48802-nonlinear-fit-with-con...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Fittype TestAnonymousFunction Argument Error
Can someone please explain why I keep getting this error? Error using fittype>iTestAnonymousFunctionArgumentOrder (line 811)...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
find function cannot find the value
Hello, I'm trying to use find function to find the value for example from a data with: data = [0, 1.00 2.00 3.00 4.00]; float v...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I bin a 96x256x256 to 96x128x128?
I have a data set of 96x65536 (256x256). Is there a way that I can bin into 96x128x128, and average the data (96) together? For ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error Propagation for interp1 and general
First question: Is there a way to get standard deviation of the interpolated value from the interp1? Second question: In gener...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
When to use cost function or error function for fitting
I have look around different ways to fit. So when do you know you have to use the cost function: sum((realdata-fittingdata).^2) ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortTrouble fitting ode45
Hey everyone, I have figured out how to fit my data. You guys are right about the model. I was able to fit one data set. But oth...
mehr als 7 Jahre vor | 0
Frage
Trouble fitting ode45
Have anyone find that fitting using optimization toolbox (lsqcurvefit, curvefit, etc) doesn't fit well with ode45 or the ode sol...
mehr als 7 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
For loop time consuming
Is there a way to rewrite this code? If I go to tdata(i) = 100, the iteration loop would have to go through 100/h=100/0.1=1000 l...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is this the correct optimization tool (lsqcurvefit,MultiStart)
I have checked the Optimization tool box to see which one would be good for my optimization problem, so I thought lsqcurvefit wo...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Subscripted assignment dimension mismatch in for loop
Does anyone know what's wrong with this? I have tdatas and tissdatas with size (225x4). Every time I run this, I get the f...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error in ode45 (Index exceeds matrix dimensions)
Can someone please explain what I have to fix for the AF_function_in(t) of my code? My function is as followed: functi...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Reference to non-existent field
Can someone tell me what's wrong with my classdef? When I run cool_class.funk(x) it works fine. But for cool_class.Afunction, ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Are there any other way that I can optimize my functions or write them differently?
I'm trying to grab a values from a function with an input of time. With my code right now, it takes about 10 minutes to evaluat...
mehr als 7 Jahre vor | 1 Antwort | 0