Changes

Jump to navigation Jump to search
Line 30: Line 30:     
In your [[BrainStreamBuildingExperiments#SecActions|Actions table]], fill in the name of your client in the client column. All actions specified in the corresponding row of the table will be executed at this client. For example:
 
In your [[BrainStreamBuildingExperiments#SecActions|Actions table]], fill in the name of your client in the client column. All actions specified in the corresponding row of the table will be executed at this client. For example:
{| border="1"
+
{| class="wikitable"
 
|-
 
|-
 
| '''<strong>marker <br /></strong>''' || '''<strong>time <br /></strong>''' || '''<strong>function <br /></strong>''' || '''<strong>client <br /></strong>''' || '''<strong>myfig<br /></strong>''' || '''myvar'''  
 
| '''<strong>marker <br /></strong>''' || '''<strong>time <br /></strong>''' || '''<strong>function <br /></strong>''' || '''<strong>client <br /></strong>''' || '''<strong>myfig<br /></strong>''' || '''myvar'''  
Line 47: Line 47:     
Multiple Matlab sessions cannot simultaneously modify the same global variable. For more information, see [[BrainStreamParallelMode#LockingMechanism|Locking mechanism for global variables]].
 
Multiple Matlab sessions cannot simultaneously modify the same global variable. For more information, see [[BrainStreamParallelMode#LockingMechanism|Locking mechanism for global variables]].
 +
 
== Starting clients ==
 
== Starting clients ==
 
For external clients, you need to start a new Matlab session and connect it to BrainStream. You can do this by means of the following function:<br />
 
For external clients, you need to start a new Matlab session and connect it to BrainStream. You can do this by means of the following function:<br />

Navigation menu