Calling SubVI using MatLab script?
Calling SubVI using MatLab script?
(OP)
Can SubVIs be run from a MatLab script node, or does the subVI 'node' always have to be used to connect the VIs?
If it can be called, how would I do this? (e.g. using 'load' followed by the address of the SubVI on the system...)
Thanks in advance for your help!
Dani
If it can be called, how would I do this? (e.g. using 'load' followed by the address of the SubVI on the system...)
Thanks in advance for your help!
Dani

RE: Calling SubVI using MatLab script?
You can't call a subVI from within the mathscript node. You can see all the functions available in the help (h
use multiple mathscripts nodes and a subvi call inbetween if you really need to do this.