view PoliMI2012/examples/dld_run.txt @ 8:50abddcc3409 default tip

Presentation delivered by cdf at OctConf 2013.
author Carlo de Falco <cdf@users.sourceforge.net>
date Mon, 22 Jul 2013 21:54:27 +0200
parents 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

>>