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!