photo

David Perlmutter


Last seen: más de 3 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


Cannot load .NET assembly from NetDotCell example
I'm trying to follow the example on building .NET applications here, https://www.mathworks.com/help/matlab/matlab_external/ne...

casi 4 años hace | 0 respuestas | 1

0

respuestas

Respondida
Error when plotting in parfor loop
Turns out startup.m was the problem! I had several default plotting settings, including set(0,'defaultfigurewindowstyle','docke...

casi 6 años hace | 0

Respondida
Error when plotting in parfor loop
I get the following parfor i=1:5 figure(i) plot(rand(i*10,1)); saveas(gcf,['temp' num2str(i) '.jpg']); end Can...

casi 6 años hace | 0

| aceptada

Respondida
Error when plotting in parfor loop
According to this, it should be possible for parallel workers to plot: https://www.mathworks.com/matlabcentral/answers/68848-is...

casi 6 años hace | 0

Respondida
Error when plotting in parfor loop
No other code. The error occurs just after opening a new matlab instance. I'm using Parallel Computing Toolbox Version 6.11 (R2...

casi 6 años hace | 0

Pregunta


Error when plotting in parfor loop
I'd like to plot inside a parfor loop, but am getting an error I don't understand. parfor i=1:10 figure; end Cannot set Wind...

casi 6 años hace | 6 respuestas | 0

6

respuestas