slatec

The slatec library converted into matlab functions.
3.8K Downloads
Updated 29 Apr 2009

View License

INTRODUCTION:
slatec_ml_version.zip contains all the functions and subroutines in the slatec package,
available from netlib:
http://www.netlib.org/slatec/index.html
The directory also contains all of the functions and subroutines from John Burkardt's
slatec_prb package which tests the slatec routines:
http://people.scs.fsu.edu/~burkardt/f_src/slatec/slatec.html

The individual function in the slatec_ml directory are translations of the fortran90 code
made with f2matlab:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=5260&objectType=file
and this slatec package may also be downloaded from the Matlab File Exchange.

Note that the slatec routines in slatecF/ have been modified to have no goto's in them.

INSTALLATION:
Unzip the slatec_ml_version.zip file and put the slatec_ml directory on your Matlab or Octave
path.

TESTING:
Run slatecML from the slatec_ml directory to run the slatec test suite from John Burkardt.

CURRENT STATUS:
All have been converted to matlab, but not all pass the tests. I am still working on those when I get time.

Cite As

Ben Barrowes (2024). slatec (https://www.mathworks.com/matlabcentral/fileexchange/14535-slatec), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Fortran with MATLAB in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

slatec_ml/

Version Published Release Notes
1.1.0.0

Major upgrade. More tests passed, etc.

1.0.0.0

Forgot to include writef function.