Filter löschen
Filter löschen

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

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

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu Parallel for-Loops (parfor) finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by