Mercurial > hg > what-is-octave
view FEMTEC2013/examples/dld_run.txt @ 6:60233b0075a9
femtec presentation
author | Carlo de Falco <cdf@users.sourceforge.net> |
---|---|
date | Sun, 23 Jun 2013 23:37:41 +0200 |
parents | PoliMI2012/examples/dld_run.txt@0a1567794b40 |
children |
line wrap: on
line source
>> 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 >>