![]() ![]() BRAHMS
User Guide » Installation » Quick Start » Install in Matlab
This documentation is offline - click here to go online
Index | Search: Go online to use Search
| ||
Install BRAHMS in MatlabYou need to add the folder below to your Matlab path. If you use the Matlab
TipI use this snippet in my Matlab Console
path = getenv('SYSTEMML_INSTALL_PATH');
addpath([path '/BRAHMS/bindings/invocation/995']);
TestOpen Matlab and enter Matlab Console
BRAHMS Version ...
Copyright (C) 2007-2011 Ben Mitchinson
BRAHMS comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
For details, type "brahms --license", and/or visit us at
http://brahms.sourceforge.net
Usage: brahms <exefile> [<option> ...]
brahms <operation> [<option> ...]
...
Try Matlab Console
SystemML Toolbox Version 0.7.2.155 is installed
If that does not work...
Set WorkingDirectoryStart Matlab, and run ![]() TestYou can now run the full test suite, Matlab Console
>> brahms_test all
________________________________________________
brahms_test "source"
1 result fields validated OK
________________________________________________
...
Notes
|
||
This is a documentation page for the BRAHMS Modular Execution (Simulation) Framework. For details of licensing and distribution, please click here. To advise of an error or omission, please click here. |