Fitting Complex data to complex model
Mostrar comentarios más antiguos
Dear Everybody, I have a set of the nonlinear complex numbers and want to fit it to the complex model. The point is that the model parameters are real and same for the real and imaginary part of the model. There is clue in : http://www.mathworks.com/help/optim/ug/fit-model-to-complex-data.html but unfortunately it gave me complex numbers for my parameters instead of the real ones. Is there any solution that you could give me? Thank you in advance for your attention
Respuestas (1)
Alan Weiss
el 5 de Dic. de 2013
0 votos
If you want to ensure that your results are real, then reformulate your problem to be real. Express all complex numbers z by x + iy, wbere x and y are real.
Alan Weiss
MATLAB mathematical toolbox documentation
2 comentarios
Amin
el 5 de Dic. de 2013
Alan Weiss
el 5 de Dic. de 2013
Perhaps I did not express myself well. If you have some model parameters p that are "...real and same for the real and imaginary part of the model", then make those parameters p real, with no complex part. Put in complex numbers z = x + iy wherever you need to, and optimize over p.
Alan Weiss
MATLAB mathematical toolbox documentation
Categorías
Más información sobre Systems of Nonlinear Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!