From owner-freebsd-questions@FreeBSD.ORG Sat Apr 7 17:35:52 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11A6116A400; Sat, 7 Apr 2007 17:35:52 +0000 (UTC) (envelope-from vittorio@de-martino.it) Received: from vsmtp21.tin.it (vsmtp21.tin.it [212.216.176.109]) by mx1.freebsd.org (Postfix) with ESMTP id CA68A13C457; Sat, 7 Apr 2007 17:35:51 +0000 (UTC) (envelope-from vittorio@de-martino.it) Received: from [10.155.100.8] (82.55.232.242) by vsmtp21.tin.it (7.2.072.1) (authenticated as vdemart1@tin.it) id 460CB9F400A89A15; Sat, 7 Apr 2007 19:24:36 +0200 From: Vittorio De Martino To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Date: Sat, 7 Apr 2007 19:24:05 +0000 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704071924.06189.vittorio@de-martino.it> Cc: Subject: FreeMat 3.0 doesn't call functions and help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2007 17:35:52 -0000 I've just installed FreeMat 3.0 from the ports in my i386 6.2 box but, while it is able to accomplish simple calculations it is not able to use the functions e.g to invert a matrix a=[1,2;-4,3] inv(a) instead of inverting the matrix hangs endlessly. Besides if I ask for the "help on line" (OR helpwin) the following error messages pops up "The file modules.txt is missing from the directory where I think help files should be." I think I didn't configure something but I don't know what (the main.pdf manual isn't that helpful as far as the installation is concerned). Could someone out there help me to start FreeMat? Ciao Vittorio