Borrar filtros
Borrar filtros

matlabFunc​tion(f1,..​.,fn) which stacks the output

1 visualización (últimos 30 días)
edamondo
edamondo el 13 de Dic. de 2016
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?

Respuestas (0)

Categorías

Más información sobre Graphics Object Programming en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by