How to solve non-linear equations having modulus expression?
Afficher commentaires plus anciens
Hi
I am trying to solve a set of non-linear equations with the final expression in the form of:
power=(abs(non-linear equation))^2;
My system is such that I only have access to the value after modulus of the expression. Therefore, I can not solve the expression by comparing the real and imaginary part.
Is there any way to solve this problem in matlab?
Thanks!
Réponses (2)
Alan Weiss
le 4 Déc 2020
0 votes
As long as you have no bounds, you can use lsqnonlin directly. See Fit a Model to Complex-Valued Data.
Alan Weiss
MATLAB mathematical toolbox documentation
1 commentaire
Anuj Kumar Sahoo
le 8 Déc 2020
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!