matlabpool, parfor, matlab engine in c++, - java not currently available
14 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am calling the matlab engine from my C++ code to run some custom matlab functions.
Everything works fine when I use a serial for loop. But I want to use parfor in my custom .m function.
When I include the matlab pool open statement in my .m file, matlab crashes and reports that "java is not currently available".
Question: Is there any way to "load jvm" in a matlab engine or "start" a matlab engine with a jvm so that I can open a "matlabpool" and use "parfor"? Or is there a way to bypass parfor's dependence on jvm entirely?
Thank you!
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Parallel Computing Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!