フィルターのクリア

How to implement Linear Aproximation of a function

3 ビュー (過去 30 日間)
Sultan
Sultan 2017 年 10 月 18 日
コメント済み: Jonathan Brake 2021 年 3 月 3 日
How one can translate the linear approximation of the function f(x,y) into MATLAB. The resulting approximation given by :
f(x,y) = f(x0,y0) + fx(x0,y0)(x-x0) + fy(x0,y0)(y-y0)
both x0 and y0 are known but how this can be translated into MATLAB

採用された回答

Birdman
Birdman 2017 年 10 月 18 日
The attached file pplane8 might help you. This tool helps you to identify nonlinear two variable first order differential equations and find the equilibrium points and draw phase portraits.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFunction Creation についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by