Recursively build function handle and then solve
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
I need to build a function handle of n functions such as:
num_desired_functions=n
for i=1:n
fun{i}=@X some function of X(1)...X(n)
end
Now, I need to convert this cell array to a function handle of n functions that I will solve simultaneously with fsolve or lsqnonlin. Any ideas?
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!