フィルターのクリア

Can't identify the function

1 回表示 (過去 30 日間)
Taguhi Hakobyan
Taguhi Hakobyan 2015 年 6 月 27 日
回答済み: Star Strider 2015 年 6 月 27 日
Here is the function "approximate" in the code, which I'm trying to analyze. I can't find the the explanation for that, I guess in new versions of matlab it changed the name. Does anybody knows what is it?
V_n = approximate(@(z) max((1-tau)*z + 1/(1+r_n) * g_n * V_n(z/g_n), varsigma * g_n + W_n), z_grid);
thanks in advance

回答 (1 件)

Star Strider
Star Strider 2015 年 6 月 27 日
It must be a user-written function. There is nothing by that name in the on-line documentation. Search your script file and MATLAB path for it to see if it has any documentation as part of its code.

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by