フィルターのクリア

i know this is a false postion method code would the question mark be func(es) ?

1 回表示 (過去 30 日間)
adriana resendez
adriana resendez 2015 年 2 月 25 日
編集済み: adriana resendez 2015 年 2 月 25 日
function [xr ea iter] = falsepos(func, x1, xu, es, maxit)
% function [xr ea iter] = falsepos(func, x1, xu, es, maxit)
if func(x1)*func(xu)>=0, error('no sign shange'); end
xold = x1;
for iter=1:maxit
fl = func(xl);
fu = func(xu);
xr = ????

回答 (0 件)

カテゴリ

Help Center および File ExchangePhysical Units についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by