matlabFunc​tion(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 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Programming 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by