LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

break points when matlab is called with system

hi everyone, My v.i calls a matlab script by use of system Exec.vi...this script then calls other matlab files(scripts and functions)..however,when i write keyboard in matlab so as to insert a break point and carry out a step by step analysis of the matlab files,matlab doesn't  stop at keyboard ....I would like to know if there's just something am doing wrong  and if not,if there are other alternatives for putting break points so as to carry  out a step by step debug session..thank you in advance

0 Kudos
Message 1 of 2
(2,187 Views)

Hi alpony01,

When you use System exec.vi you call an external application and the related problems are not refer to National instruments software.

However, you can use che MATLAB script structure and paste the Matlab code.

you can find it in Functions palette -> Mathematics -> Script and Formulas -> Script Node -> MATLAB Script

 

In the links below you can find additional information:

http://zone.ni.com/reference/en-XX/help/371361K-01/gmath/matlab_script_node/

http://digital.ni.com/public.nsf/allkb/93DDF49DA2EFED528625670B005B48E9

http://www.ni.com/white-paper/7671/en/

0 Kudos
Message 2 of 2
(2,156 Views)