Mercurial > hg > what-is-octave
diff PoliMI2012/examples/dld_run.txt @ 4:0a1567794b40
[mq]: folder_reorganization
author | Carlo de Falco <cdf@users.sourceforge.net> |
---|---|
date | Thu, 08 Nov 2012 09:55:34 +0100 |
parents | |
children |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/PoliMI2012/examples/dld_run.txt @@ -0,0 +1,20 @@ +>> mkoctfile dld.cc +>> a = randn (5) +a = + + 0.395421 -1.425232 -0.176544 1.055205 2.229371 + -0.241893 0.035004 -0.296543 -1.710613 0.444318 + -0.752467 -2.220469 2.380951 0.766246 1.196153 + 1.404672 0.623112 1.182609 0.196125 0.609325 + -0.687019 0.646079 2.239012 -0.495169 1.488314 + +>> b = dld (a) +b = + + 1.488314 -0.495169 2.239012 0.646079 -0.687019 + 0.609325 0.196125 1.182609 0.623112 1.404672 + 1.196153 0.766246 2.380951 -2.220469 -0.752467 + 0.444318 -1.710613 -0.296543 0.035004 -0.241893 + 2.229371 1.055205 -0.176544 -1.425232 0.395421 + +>>