/groovylab/examples/simpleTest.gvl
http://groovylab.googlecode.com/ · Unknown · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 636b7c2b14bc3604542600ef7ea3657d MD5 · raw file
- import static org.math.array.Matrix.*
- import static org.math.plot.Plot.*
- def A = rand(10,3)
- println A
- plot("A",A,"SCATTER")