how to include 3rd party script to my script?

Jens j.s.strom at hslmg.de
Wed Sep 22 20:44:41 CEST 2010


Another way is to have the function boxplot(varargin) in a separate sci-file -
called e.g. MyFunctionBox.sci - (other functions may be there too) and write a
sci-file  like this:
-----------------------------
 exec('MyPartialPath/MyFunctionBox.sci',0)
 Probe = rand(1000, 10, "normal"); 
 xdel(),boxplot(Probe)
-----------------------------
 
 Kind regards
 Jens 
 
 






More information about the users mailing list