Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2005 16:53:04 +0200
From:      Albert Shih <shih@math.jussieu.fr>
To:        Brett Brown <brett-brown@msn.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Matlab on FreeBSD 5.3
Message-ID:  <20050502145304.GE11251@math.jussieu.fr>
In-Reply-To: <BAY103-DAV149636A2A1C5D50781453CFB270@phx.gbl>
References:  <BAY103-DAV149636A2A1C5D50781453CFB270@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
 Le 02/05/2005 à 09:46:21-0500, Brett Brown a écrit
> Cali,
> 
> What version of MatLab did you have success with? I'm trying to install MatLab Student Version 7.0.1 (R14) service pack1 and could really use some help.
> 
I've use (well not me, but my users) matlab-7.0.0 on FreeBSD 5.2.1 without
any problem.

But....you must (well I do) perform the installation of Matlab on a Linux
box, then you make a copy of the directory from linux-box to freebsd-box.

And you can create a file (like matlab ;-) ) in /usr/local/bin with

#!/bin/sh
/compat/linux/bin/sh /usr/local/matlab/bin/matlab > /dev/null 2>&1

HTH.

--
Albert SHIH
Universite de Paris 7 (Denis DIDEROT)
U.F.R. de Mathematiques.
7 ième étage, plateau D, bureau 10
Heure local/Local time:
Mon May 2 16:49:34 CEST 2005



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