フィルターのクリア

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

1 回表示 (過去 30 日間)
Übel
Übel 2014 年 10 月 18 日
回答済み: Star Strider 2014 年 10 月 18 日
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)

採用された回答

Star Strider
Star Strider 2014 年 10 月 18 日
The only problem I see is that the function you are solving is not a function of ‘K’.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePartial Differential Equation Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by