Merged in feature/matlab_iostream_redirection (pull request #286)

Feature/matlab iostream redirection
release/4.3a0
Frank Dellaert 2017-01-18 12:55:24 -08:00
commit b830b4473f
1 changed files with 7 additions and 1 deletions

View File

@ -7,8 +7,14 @@ http://borg.cc.gatech.edu/projects/gtsam
================================================================================
This is the GTSAM MATLAB toolbox, a MATLAB wrapper around the GTSAM C++
library.
library. To build it, enable GTSAM_INSTALL_MATLAB_TOOLBOX in CMake.
The interface to the toolbox is generated automatically by the wrap
tool which directly parses C++ header files. The tool generates matlab
proxy objects together with all the native functions for wrapping and
unwrapping scalar and non scalar types and objects. The interface
generated by the wrap tool also redirects the standard output stream
(cout) to matlab's console.
----------------------------------------
Note about newer Ubuntu versions unsupported by MATLAB (later than 10.04)