Trying to use the Imagemagick toolbox (for me, installed via MacPorts) sometimes doesn’t work (for example, converting a png image) in Matlab because Matlab for some reason uses the libraries in its path over those given in system call (this is for Mac, but probably for *nix and maybe even Windows).
This is an example call:
[s,w] = [...]
Posted on September 6th, 2008 by Kirk Ireson
Filed under: Mac OS X, Matlab, Original | 11 Comments »
I have a rev B (Core 2 Duo from Dec, 2006) Apple MacBook Pro laptop running Leopard OS X (version 10.5.2) and have Matlab version 7.5.0.338 (R2007b). I’ve just found that I can NOT use the built-in serial port object, instead, I get the following error:
java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path thrown while loading gnu.io.RXTXCommDriver
??? [...]
Posted on March 17th, 2008 by Kirk Ireson
Filed under: Mac OS X, Matlab, Original | 6 Comments »
Mathworks Matlab version 2007b in Mac OS X 10.5 Leopard has a scrolling bug where the desktop GUI is sluggish and scrolls slowly. There is a bug fix posted at the Mathworks website, bug #412219, (login required). It’s due to a different default Java Graphics2D rendering engine used by OS X 10.5 (Sun2D), where OS [...]
Posted on November 15th, 2007 by Kirk Ireson
Filed under: Mac OS X, Matlab | No Comments »