matlabFunction(f1,...,fn) which stacks the output
1 回表示 (過去 30 日間)
古いコメントを表示
Hello,
If I have a symbolic function f(x,y) : R^2->R^n and a function handle g=@(x,y) ... such that g : R^2->R^m When I use matlabfunction(f,g,'file','myFunction') it gives me a function file [f,g]=myFunction(parameters). I would like matlab to give me a function v=myFunction(parameters) where v is the stacked output of f and g, i.e. [f(x,y);g(x,y)] Is there a way I can do this?
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Symbolic Math Toolbox についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!