Azzera filtri
Azzera filtri

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

7 visualizzazioni (ultimi 30 giorni)
Hello,
How can I pass to parfeval a handle of the class method that accepts name-value arguments?
Thanks!

Risposta accettata

Matt J
Matt J il 12 Apr 2022
Modificato: Matt J il 12 Apr 2022
Given an object of the class, obj,
fun=@(varargin) obj.method(varargin{:});
parFeval(fun,____)

Più risposte (0)

Categorie

Scopri di più su Parallel for-Loops (parfor) in Help Center e File Exchange

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by