Force compiled matlab program to run via runtime, not application
4 次查看(过去 30 天)
显示 更早的评论
Apologies for what might be a basic question. I am trying to get a GUI someone else made and compiled using Matlab 2017b to run on my computer (Windows 10 64 bit). I need it to run off the appropriate Matlab runtime (which was installed along with the GUI, v93) rather than the version of the Matlab application I have installed on my computer (2014a), which is I'm pretty sure what it's doing currently--it should use the GPU for calculations if running off the runtime but it'll use the CPU otherwise, and as far as I can tell it's using the CPU only. What I don't understand is how to force the compiled code to run off the runtime not the application, so far that's beyond my ability to figure out. I've seen these notes about making sure the path the compiled code sees first is the runtime, but I do not understand how to actually change that. I have the GUI application files installed in MATLAB/MATLAB Runtime/v93/runtime/win64/, but I don't know if that's enough to do it.
Thanks for your help.
(If it matters, what the GUI does is fit points from single-molecule fluorescence experiments using a spline function, and if it uses the CPU it can do about 2000 fits/second, but on the GPU it should be able to do about 100,000 fits/second. I am only getting 2000 fit/s which is why I know it's not using the GPU. I have a GTX960 installed with what should be an appropriate CUDA driver).
7 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!