Matlab scripting box Unitialize function issues

Concerning processing components: filters, file load/save, visualizations, communication ...
Post Reply
Smieraup
Posts: 5
Joined: Tue Mar 05, 2013 11:59 am

Matlab scripting box Unitialize function issues

Post by Smieraup »

Hello OpenViBE-community,
I am starting to get serious with OpenViBE and think it's an excellent program to integrate the various solutions flying around on this computer. Signal recording and processing work pretty neat with OpenViBE.
Recently I came across an issue with the Uninitialize function of the matlab scripting box:

On execution it ignores the sequence of the commands entered and proceeds before parts of the function have finished, leading to funny errors. What I have done is to execute an ICA training based on the recorded data in the uninitialize function. Before the ICA training has finished, the program proceeds.
When testing my code in matlab, without the openvibe framework it performs as it should.

Did anybody come across this issue before, or is it something I am doing wrong?
Any help is appreciated :)

Regards,
Chris

Post Reply