how to include 3rd party script to my script?

Jens j.s.strom at hslmg.de
Wed Sep 22 19:04:06 CEST 2010


Write a sce-file like this:
-----------------------------
function boxplot(varargin)
...
endfunction

Probe = rand(1000, 10, "normal");
boxplot(Probe)

xdel(),boxplot(Probe)
-----------------------------

It runs on my computer.

Kind regards
Jens 





More information about the users mailing list