필터 지우기
필터 지우기

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 CenterFile Exchange에서 Partial Differential Equation Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by