EIRAM
atomic and molecular data in form of polynomial fits
Functions/Subroutines
eiram_matlab.F File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine mexfunction (nlhs, plhs, nrhs, prhs)
 Matlab interface for EIRAM. More...
 

Function/Subroutine Documentation

subroutine mexfunction ( integer  nlhs,
dimension(*)  plhs,
integer  nrhs,
dimension(*)  prhs 
)

Matlab interface for EIRAM.

Note
Matlab keeps the memory per mex function unless clear myMexFun or clear mex is called.
Warning
In Matlab, messages printed by EIRAM appear only on the console (matlab -nodesktop, not in the Matlab GUI window)
Parameters
nlhsNumber of vectors in the output (left hand side)
nrhsNumber of vectors in the input (right hand side)

Output (left hand side) vectors

Input (right hand side) vectors

  1. Array of first arguments
  2. (optional) Array of seconds arguments 2(3). Name of the data-set file ('HYDHEL', 'AMJUEL', etc.) 3(4). Type of data ('H.1', etc.) 4(5). Array of strings with indices of reactions ('2.1.5', etc.) 5(6). Full path to the data (w/o file name) - optional

Definition at line 37 of file eiram_matlab.F.

References eiram::eiram_deallocate(), eiram::eiram_file_name_length, eiram::eiram_index_length, eiram::eiram_load(), eiram_matlab_calc1(), eiram_matlab_calc2(), eiram::eiram_type_length, and eiram::eiram_unit.

Here is the call graph for this function: