source:
liacs/la/opdr6/kwa400.m@
55
Last change on this file since 55 was 2, checked in by , 15 years ago | |
---|---|
File size: 165 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | function K = kwa400() |
2 | % Geef een design matrix voor een kwadratische functie terug | |
3 | for i=1:8 | |
4 | j = (i - 1) * 4; | |
5 | K(i,:) = [1, j, j*j ]; | |
6 | end |
Note:
See TracBrowser
for help on using the repository browser.