Re: Matlab7 (R14)

2005-07-15 Thread Rodolphe Conan
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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Matlab7 (R14)

2005-07-13 Thread Rodolphe Conan
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 !

Thanks all for your answers.
Rod

On Fri, 2005-07-01 at 14:42 -0500, Dan Olson wrote:
> Rodolphe Conan wrote:
> > I have followed the FreeBSD handbook procedure to install Matlab 7.0.
> > There are apparently big changes between 6.5 and 7.
> > I have used Matlab of FreeBSD since version 5 and it is the first time I
> > can't run a new matlab version on FreeBSD.
> > 
> > Rod 
> > 
> > On Fri, 2005-07-01 at 09:32 +0200, Norbert Koch wrote:
> > 
> >>There is a chapter about installing
> >>and running Linux software in the
> >>FreeBSD handbook. In 10.5 they describe
> >>installation of Matlab 6.5. May be
> >>that helps.
> >>
> >>Norbert
> >>
> >>
> >>>-Original Message-
> >>>From: Rodolphe Conan [mailto:[EMAIL PROTECTED]
> >>>Sent: Wednesday, June 29, 2005 6:48 PM
> >>>To: Norbert Koch
> >>>Cc: freebsd-questions@freebsd.org
> >>>Subject: RE: Matlab7 (R14)
> >>>
> >>>
> >>>I have installed it using the matlab install
> >>>script : /usr/compat/linux/bin/sh install!
> >>>
> >>>ROd
> >>>
> >>>On Wed, 2005-06-29 at 18:24 +0200, Norbert Koch wrote:
> >>>
> >>>>>I am running FreeBSD 5.3 with linux_base-8 installed.
> >>>>>I have installed the linux version of Matlab 7 (R14) and now
> >>>
> >>>when I start
> >>>
> >>>>>matlab 7 I have this warning message:
> >>>>>/compat/linux/usr/local/Matlab/bin/matlab: line 1: /lib/libc.so.6:
> >>>>>cannot execute binary file
> >>>>>Any idea what does it mean?
> >>>>>Matlab start anyway but I cannot make 3D
> >>>>>surface plots (A simple mesh(zeros(20)) will run forever taking all my
> >>>>>cpu!!) or even a simple help linspace will freeze matlab?
> >>>>
> >>>>How did you install it?
> >>>>May be, Matlab tries to run some executable, which is
> >>>>not marked as Linux executable. See brandelf(1).
> >>>>You could try to run Matlab under ktrace(1) and check
> >>>>for exec system calls.
> >>>>
> >>>>Norbert
> >>>>___
> >>>>freebsd-questions@freebsd.org mailing list
> >>>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >>>>To unsubscribe, send any mail to
> >>>
> >>>"[EMAIL PROTECTED]"
> >>>
> >>>
> >>
> > 
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> > 
> 
> I am having similar types of problems with Matlab 7.0.1.24704 (R14) 
> Service Pack 1 on 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Wed Jun 15 
> 12:38:40 CDT 2005.
> 
> Except when I startup Matlab I get, 
> "/compat/linux/usr/local/matlab/bin/matlab: line 1: /lib/libc.so.6: 
> Interrupted system call" at the command prompt.
> 
> Also typing 'opengl info' results in this output:
>  >> opengl info
> Attempting to load glren.so
> Warning: Unable to load the OpenGL renderer due to the following error
> libGL.so: cannot open shared object file: No such file or directory
> Tried loading glren shared object from: glren.so
>  > In opengl at 98
> Switching to Software OpenGL Rendering.
> Attempting to load glren_mesa.so
> Severe Error querying Opengl.
> Click here for more help.
>  >>
> 
> I don't have hardware opengl rendering.
> 
> I tried following The Math Works solution number 1-17YM3 which is:
> "How do I direct MATLAB to use the Mesa OpenGL libraries or the system 
> OpenGL libraries on a UNIX machine?", but it didn't work for me. It 
> might be a starting point for you.
> 
> link
> http://www.mathworks.com/support/solutions/data/1-17YM3.html?1-17YM3
> 
> Thanks
> 
> Dan Olson
> 
> 
> 
> 
> 
> 
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Matlab7 (R14)

2005-07-01 Thread Rodolphe Conan
I have followed the FreeBSD handbook procedure to install Matlab 7.0.
There are apparently big changes between 6.5 and 7.
I have used Matlab of FreeBSD since version 5 and it is the first time I
can't run a new matlab version on FreeBSD.

Rod 

On Fri, 2005-07-01 at 09:32 +0200, Norbert Koch wrote:
> There is a chapter about installing
> and running Linux software in the
> FreeBSD handbook. In 10.5 they describe
> installation of Matlab 6.5. May be
> that helps.
> 
> Norbert
> 
> > -----Original Message-
> > From: Rodolphe Conan [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, June 29, 2005 6:48 PM
> > To: Norbert Koch
> > Cc: freebsd-questions@freebsd.org
> > Subject: RE: Matlab7 (R14)
> >
> >
> > I have installed it using the matlab install
> > script : /usr/compat/linux/bin/sh install!
> >
> > ROd
> >
> > On Wed, 2005-06-29 at 18:24 +0200, Norbert Koch wrote:
> > > > I am running FreeBSD 5.3 with linux_base-8 installed.
> > > > I have installed the linux version of Matlab 7 (R14) and now
> > when I start
> > > > matlab 7 I have this warning message:
> > > > /compat/linux/usr/local/Matlab/bin/matlab: line 1: /lib/libc.so.6:
> > > > cannot execute binary file
> > > > Any idea what does it mean?
> > > > Matlab start anyway but I cannot make 3D
> > > > surface plots (A simple mesh(zeros(20)) will run forever taking all my
> > > > cpu!!) or even a simple help linspace will freeze matlab?
> > >
> > > How did you install it?
> > > May be, Matlab tries to run some executable, which is
> > > not marked as Linux executable. See brandelf(1).
> > > You could try to run Matlab under ktrace(1) and check
> > > for exec system calls.
> > >
> > > Norbert
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> >
> >
> 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Matlab7 (R14)

2005-06-29 Thread Rodolphe Conan
I have installed it using the matlab install
script : /usr/compat/linux/bin/sh install!

ROd

On Wed, 2005-06-29 at 18:24 +0200, Norbert Koch wrote:
> > I am running FreeBSD 5.3 with linux_base-8 installed.
> > I have installed the linux version of Matlab 7 (R14) and now when I start
> > matlab 7 I have this warning message:
> > /compat/linux/usr/local/Matlab/bin/matlab: line 1: /lib/libc.so.6:
> > cannot execute binary file
> > Any idea what does it mean?
> > Matlab start anyway but I cannot make 3D
> > surface plots (A simple mesh(zeros(20)) will run forever taking all my
> > cpu!!) or even a simple help linspace will freeze matlab?
> 
> How did you install it?
> May be, Matlab tries to run some executable, which is
> not marked as Linux executable. See brandelf(1).
> You could try to run Matlab under ktrace(1) and check
> for exec system calls.
> 
> Norbert
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Matlab7 (R14)

2005-06-29 Thread Rodolphe Conan
Hello,

I am running FreeBSD 5.3 with linux_base-8 installed.
I have installed the linux version of Matlab 7 (R14) and now when I start
matlab 7 I have this warning message:
/compat/linux/usr/local/Matlab/bin/matlab: line 1: /lib/libc.so.6:
cannot execute binary file
Any idea what does it mean?
Matlab start anyway but I cannot make 3D
surface plots (A simple mesh(zeros(20)) will run forever taking all my
cpu!!) or even a simple help linspace will freeze matlab?

Thanks for your help
Rod

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"