Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2005 09:12:25 -0700
From:      Rodolphe Conan <rconan@uvic.ca>
To:        questions@freebsd.org
Cc:        Dan Olson <danolson@visi.com>, freebsd-questions@freebsd.org
Subject:   Re: Matlab7 (R14)
Message-ID:  <1121443945.83695.15.camel@enezeusa.aolab.me.uvic.ca>
In-Reply-To: <20050714132233.X80538@maren.thelosingend.net>
References:  <000301c57e0f$1415a820$4801a8c0@ws-ew-3.W2KDEMIG> <1120234506.823.4.camel@S01060050ba569500.gv.shawcable.net> <42C59C8A.7070205@visi.com> <1121268715.58713.4.camel@enezeusa.aolab.me.uvic.ca> <20050714132233.X80538@maren.thelosingend.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Me after the install, I have created the following symbolic link:
ln -s /usr/local/linux-sun-jdk1.4.2/jre jre1.5.0
in /path/to/matlab/install/sys/java/jre/glnx86
and finally add a startup.m file
in /path/to/matlab/install/toolbox/local with the following line inside
set(0,'DefaultFigureRenderer','ZBuffer','DefaultFigureRendererMode','Manual')

And now matlab7 works for me!
Hopes it will help
Rod

On Thu, 2005-07-14 at 13:26 +0200, Svein Halvor Halvorsen wrote:
> * Rodolphe Conan [2005-07-13 08:31 -0700]
> >  I finally got Matlab 7 working!
> >  I have put the following in the startup m-file
> >  set(0,'DefaultFigureRenderer','ZBuffer',...
> >      'DefaultFigureRendererMode','Manual')
> >  Before to set these default properties, doing get(gcf,'Renderer') gave
> >  me None !
> 
> 
> COuld you please provide me with a step-by-step guide on how to setup 
> Matlab / on a FreeBSD 5.4 system? Is this DefaultFigureRenderer setting 
> all you need to alter? And where do I put this configuration? 
> 
> I've installed Matlab 7 using:
> 	
> 	/compat/linux/bin/sh /path/to/matlab/install
> 
> 
> This gives me a seemingly working Matlab, except almost everything I try 
> to di results in a freeze. I get the same /lib/libc.so.6: cannot execute 
> binary file error as you reported, but this doesn't seem to cause any 
> trouble. Java crashes all the time too. Did you change the bundles java? 
> If so, how?
> 
> 
> 
> Svein Halvor




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1121443945.83695.15.camel>