Filter löschen
Filter löschen

How can I solve this easy equation with fsolve? (beginner)

1 Ansicht (letzte 30 Tage)
Übel
Übel am 18 Okt. 2014
Beantwortet: Star Strider am 18 Okt. 2014
Error in ==> fsolve at 11
K= fsolve(@(K) ((a*gamma)/rk)^(1/-0.57),start)
Code:
clear all
close all
clc
rk=0.1641;
a=3.71;
gamma=0.43;
start=0.1;
K= fsolve(@(K) ((a*gamma)/rk)^(1/-0.57),start)

Akzeptierte Antwort

Star Strider
Star Strider am 18 Okt. 2014
The only problem I see is that the function you are solving is not a function of ‘K’.

Weitere Antworten (0)

Kategorien

Mehr zu Partial Differential Equation Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by