Borrar filtros
Borrar filtros

How can I pass to parfeval a handle of the class method that accepts name-value arguments?

7 visualizaciones (últimos 30 días)
Hello,
How can I pass to parfeval a handle of the class method that accepts name-value arguments?
Thanks!

Respuesta aceptada

Matt J
Matt J el 12 de Abr. de 2022
Editada: Matt J el 12 de Abr. de 2022
Given an object of the class, obj,
fun=@(varargin) obj.method(varargin{:});
parFeval(fun,____)

Más respuestas (0)

Categorías

Más información sobre Parallel for-Loops (parfor) en Help Center y File Exchange.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by