

- #Can you update to matlab 2017 with 2013 license how to
- #Can you update to matlab 2017 with 2013 license code
#Can you update to matlab 2017 with 2013 license how to
If anyone has any pointers on how to execute this task (running a parallel operation on MATLAB livelink where each worker has access to a COMSOL server, or perhaps do this without needing multiple COMSOL servers), that would be great! On the other hand, when I tried to make all workers simply connect to the same COMSOL server, a "" occurs, which led me to believe that I need three independent servers. What is the cause of this? Is it that COMSOL doesn't allow more than one server operating? However after a few seconds (while the workers are modifying the model) the COMSOL servers shut down and only one worker is left doing its job. Initially each worker seems to be able to start accessing the model.
#Can you update to matlab 2017 with 2013 license code
What happens when I run this code is that at first three COMSOL servers seem to come up (with three splash screens etc.). Within my function, I add an mphstart(portno), with the portno depending on the MATLAB worker ID. Then after this I start the Matlab genetic algorithm, which calls upon my function. I have tried the solution outlined in this thread ( Specifically what I tried to do was write the following code to initialize multiple COMSOL servers: However, for the COMSOL part, I think that I need an independent COMSOL server for every worker/core. The Matlab part of this is easy, as I simply have to start a pool of MATLAB workers and turn the parallelization option in the optimization tool. In order to speed up this process, I intend to parallelize my code. Every time my function evaluates, it loads a model file, modifies some parameters in it, does the calculation and sends it back to the Matlab program. I am currently trying to use Matlab's Global Optimization tool (specifically using genetic algorithms) with my function.
