Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Is there a possibility to use varargin()?

1 visualización (últimos 30 días)
madhan ravi
madhan ravi el 25 de Ag. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Is there any other way to perform such operation?
c = {rand,rand(4)};
z = @(...) mean(...);
z(c{:})
The same can be achieved using cellfun(), but is it possible only through anonymous function?
  14 comentarios
Walter Roberson
Walter Roberson el 25 de Ag. de 2019
Using varargin in an anonymous function is okay.
madhan ravi
madhan ravi el 27 de Ag. de 2019
Thank you, sir Walter :)

Respuestas (0)

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by