MBSVT 1.0
Modules | Functions/Subroutines
D:/Mis_Documentos/investigacion/proyectos/VT optimization project/MBSVT/trunk/matlab_caller.f90 File Reference

Modules

module  matlab_caller
 

Managment of sessions of MATLAB engine: This is a part of the matlab_caller module of MBSLIM.


Functions/Subroutines

subroutine matlab_caller::MATLAB_OPENSES
 OPENS MATLAB SESSION.
subroutine matlab_caller::MATLAB_CLOSESES
 CLOSES MATLAB SESSION.
subroutine matlab_caller::MATLAB_CHECKSES
 CHECKS IF THERE IS A MATLAB SESSION (for internal use of the module only)
subroutine matlab_caller::MATLAB_EVALSTRING (STRING)
 It evaluates Matlab expression.
subroutine matlab_caller::MATLAB_PUTREALVECTOR (b, NOMBRE)
 It passes a real vector b.
subroutine matlab_caller::MATLAB_GETREALVECTOR (b, NOMBRE)
 It gets/reads the vector 'nombre' from matlab and it places it in b!>
subroutine matlab_caller::MATLAB_GETREAL (c, NOMBRE)
 It reads the scalar NOMBRE from Matlab and it places it on variable c.
subroutine matlab_caller::MATLAB_PUTINTEGER (i, NOMBRE)
 PASSES AN INTEGER i.
subroutine matlab_caller::MATLAB_PLOT (t_graph, y_graph, figur, linecolor, linewidth)
 PLOTS 2 VECTORS OF REAL DATA Y.VS.X.