Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Has anybody compiled mtimesx and work with with MatlabR2015b? Also does anybody have an experience of running mtimesx in parallel computing toolbox?
1 回表示 (過去 30 日間)
古いコメントを表示
I have been working with a code that use mtimesx. I have to speed the code up for it to have any impact.
0 件のコメント
回答 (1 件)
Rebecca Krosnick
2016 年 1 月 20 日
I haven't used mtimesx, but if you are interested in calling the function on different workers, you will need to make sure each worker has access to the mtimesx files. This is because mtimesx is not a built-in MATLAB function. You can either send the files to each worker, or add the file path locations to the worker search paths. The following link provides a good overview of how you can provide access to the function on each worker: http://www.mathworks.com/help/distcomp/share-code-with-the-workers.html
0 件のコメント
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!