![]() ![]() BRAHMS
User Guide » Developing Systems » Quick Start » Add Link
This documentation is offline - click here to go online
Index | Search: Go online to use Search
| ||
OverviewWe build a more interesting system still by linking processes together so that they can pass data to one another. We can add a Procedure
Notes
Example![]() ScriptThis example, along with the others in this section, can be found in the script M Source Code (against 995)
% section header
disp
std/2009/resample/numeric 'addprocess link from src to dst
sys link brahms Expected OutputMatlab Console
=== Add Link ===
--------------------------------
SystemML System
--------------------------------
['untitled']
"src" (std/2009/source/numeric)
"dst" (std/2009/resample/numeric)
--------------------------------
--------------------------------
SystemML System
--------------------------------
['untitled']
"src" (std/2009/source/numeric)
"dst" (std/2009/resample/numeric)
==> src>out ==> dst
--------------------------------
out =
src: [1x1 struct]
dst: [1x1 struct]
ans =
out: [1 2 3 4 5 6 7 8 9 10]
ans =
out: [0 0.42857 1.8571 3.2857 4.7143 6.1429 7.5714]
|
||
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. |