ow2-proactive / connector-matlab-scilab

ProActive connector for Matlab & Scilab
http://proactive.activeeon.com/
GNU Affero General Public License v3.0
2 stars 13 forks source link

Mandelbrot example might be a little buggy #268

Open lpellegr opened 9 years ago

lpellegr commented 9 years ago

A user reported that he had to change the processMandelbrotElement function's name to all lower case, otherwise there would be a error. The local run of runMandelbrot.m worked fine. However, the ProActive run didn't show the Mandelbrot image, although all the data was correctly computed and stored in cnt variable. It just didn't plot.