fix matlab docs (obs from David Powers)
This commit is contained in:
parent
eb77cfb9ed
commit
bf75e8265b
20
docs/yap.tex
20
docs/yap.tex
@ -9517,16 +9517,6 @@ matrices are multi-dimensional and compact. In contrast to static
|
|||||||
arrays. these arrays are allocated in the stack. Matrices are available
|
arrays. these arrays are allocated in the stack. Matrices are available
|
||||||
by loading the library @code{library(matrix)}.
|
by loading the library @code{library(matrix)}.
|
||||||
|
|
||||||
Accessing the matlab dynamic libraries can be complicated. In Linux
|
|
||||||
machines, to use this interface, you may have to set the environment
|
|
||||||
variable @t{LD_LIBRARY_PATH}. Next, follows an example using bash in a
|
|
||||||
64-bit Linux PC:
|
|
||||||
@example
|
|
||||||
export LD_LIBRARY_PATH=''$MATLAB_HOME"/sys/os/glnxa64:''$MATLAB_HOME"/bin/glnxa64:''$LD_LIBRARY_PATH"
|
|
||||||
@end example
|
|
||||||
where @code{MATLAB_HOME} is the directory where matlab is installed
|
|
||||||
at. Please replace @code{ax64} for @code{x86} on a 32-bit PC.
|
|
||||||
|
|
||||||
Notice that the functionality in this library is only partial. Please
|
Notice that the functionality in this library is only partial. Please
|
||||||
contact the YAP maintainers if you require extra functionality.
|
contact the YAP maintainers if you require extra functionality.
|
||||||
|
|
||||||
@ -9831,6 +9821,16 @@ actually use it, you need to install YAP calling @code{configure} with
|
|||||||
the @code{--with-matlab=DIR} option, and you need to call
|
the @code{--with-matlab=DIR} option, and you need to call
|
||||||
@code{use_module(library(lists))} command.
|
@code{use_module(library(lists))} command.
|
||||||
|
|
||||||
|
Accessing the matlab dynamic libraries can be complicated. In Linux
|
||||||
|
machines, to use this interface, you may have to set the environment
|
||||||
|
variable @t{LD_LIBRARY_PATH}. Next, follows an example using bash in a
|
||||||
|
64-bit Linux PC:
|
||||||
|
@example
|
||||||
|
export LD_LIBRARY_PATH=''$MATLAB_HOME"/sys/os/glnxa64:''$MATLAB_HOME"/bin/glnxa64:''$LD_LIBRARY_PATH"
|
||||||
|
@end example
|
||||||
|
where @code{MATLAB_HOME} is the directory where matlab is installed
|
||||||
|
at. Please replace @code{ax64} for @code{x86} on a 32-bit PC.
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
|
||||||
@item start_matlab(+@var{Options})
|
@item start_matlab(+@var{Options})
|
||||||
|
Reference in New Issue
Block a user