[go: up one dir, main page]

Menu

Tree [e800b0] default tip / doc /
 History

Read Only access


File Date Author Commit
 README.FREETB4MATLAB 2011-09-14 carandraug carandraug [d77bfb] Making octave-forge mailing list address consis...
 README.OCT2MAT 2009-04-28 schloegl schloegl [d8ab1c] add oct2mat and freetb4matab to repository

Read Me

INTRODUCTION: 
==============
FreeTb4Matlab is a collection of free toolboxes from Octave for Matlab. 
The library has been automatically converted from octave and octave-forge functions using oct2mat.

This involves several limitations:
1) only m-files (but no mex and oct-files) are supported. 
2) No testing has been performed. Therefore, it is likely, that some functions will not 
(or not properly) work with matlab. This problem will become smaller as more and more 
users (like You) are using it.

There will be no perfect solution, because independent changes and development can 
not be completely avoid. Nevertheless, the aim of FreeTb4OctMat is twofold
(1) more open source toolboxes available to matlab users. 
(2) matlab users will get involved in testing and improving 
FreeTb4OctMat and the original sources. 


LICENSE: 
==========

    FreeTb4Matlab is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.


THANKS and ACKNOWLEDGMENTS: 
===========================
To all authors of Octave and Octave-forge
And especially Paul Kienzle for oct2mat

INSTALL: 
==========

You need gawk (mawk does not work).
Binaries for win32 are available from here:
  http://gnuwin32.sourceforge.net/downlinks/gawk-bin-zip.php
  
1) Include path to oct2mat
        addpath $HOME/octave-forge/extra/oct2mat/inst
2) convert Octave/scripts
        freetb4matlab  $HOME/octave/scripts /tmp/freetb
3) convert Octave-forge        
        freetb4matlab  $HOME/octave-forge /tmp/freetb


CONTACT: 
==========

Mailing list of Octave-Forge: <octave-dev@lists.sourceforge.net>. 

Or You can contact the orginal authors of the functions, but keep in mind that many 
authors were writing the functions for Octave, only. In such a case, a bug is only a bug 
if it is not working with Octave. 


Copyright (C) 2009, 2010 Alois Schloegl