From bf75e8265be0fb53f45b8545d349e70f5792d189 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 24 Sep 2010 00:47:02 +0100 Subject: [PATCH] fix matlab docs (obs from David Powers) --- docs/yap.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/yap.tex b/docs/yap.tex index 3e8a0d3ea..ca8679720 100644 --- a/docs/yap.tex +++ b/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 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 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 @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 @item start_matlab(+@var{Options})