Solve one variable equation in Interval

6 vues (au cours des 30 derniers jours)
David Pfurtscheller
David Pfurtscheller le 19 Août 2019
Réponse apportée : Torsten le 19 Août 2019
Hello,
I have an equation like :
error = Tem - 1/x * Tshaft
Here the Tem is input experimental data and Tshaft is computed data. The x represents a efficiency. I would like to find a efficiency to minimize my error. Because the effciency varies in the interval [0 1] fsolve is not applicable ( right ? ). I tried to use fzero and solve but didn´t get statisfying solutions. Are there any other solve commands I could possibly use ?
Thanks already

Réponses (1)

Torsten
Torsten le 19 Août 2019
x = (Tem.'*Tem)/(Tem.'*Tshaft)
where Tem, Tshaft are column vectors of the same length.

Catégories

En savoir plus sur Systems of Nonlinear Equations dans Help Center et File Exchange

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by