Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Previous revision
mgl:gettingstarted [2016/09/26 09:33]
mgl:gettingstarted [2016/10/17 15:33]
Line 32: Line 32:
 You may also wish to try the mglTest programs (e.g. mglTestDots,​ mglTestTex, etc....). You may also wish to try the mglTest programs (e.g. mglTestDots,​ mglTestTex, etc....).
  
-If these functions don't work or you are running on Linux (version ​[[mgl:download#​older_versions_of_mgl|1.5]] only), then you may need to [[mgl:​gettingStarted#​recompiling_mgl|recompile]]. This may especially be necessary if you are running an older version of matlab ​(we run Matlab version >= R2013a 8.1 on Mac OS >= 10.10.2 as of this writing, 3/10/2015). We have found that mex files created on Matlab 7.3 do not run on matlab 14.1 for instance (if you run -nojvm you will see that it complains that it cannot find dynamic link library for the mex functions -- if you run with the matlab desktop it will just crash the system). If this happens to you simply recompile and you should be good to go.+If these functions don't work you might try checking ​[[http://gru.stanford.edu/​doku.php/​mgl/​resolved_isses|here]] for some issues that come up with compatibility ​(for example r2016a has fix).
  
 +You may need to [[mgl:​gettingStarted#​recompiling_mgl|recompile]]. This may especially be necessary if you are running an older version of matlab (we run Matlab version >= R2013a 8.1 on Mac OS >= 10.10.2 as of this writing, 3/10/2015). We have found that mex files created on Matlab 7.3 do not run on matlab 14.1 for instance (if you run -nojvm you will see that it complains that it cannot find a dynamic link library for the mex functions -- if you run with the matlab desktop it will just crash the system). If this happens to you simply recompile and you should be good to go.
  
 ====== ​ What is in the mgl distribution ​ ====== ====== ​ What is in the mgl distribution ​ ======