source: proiecte/PPPP/ica/test/parallel.m @ 138

Last change on this file since 138 was 138, checked in by (none), 14 years ago

PPPP - ica

File size: 69 bytes
Line 
1function [] = parf ();
2parfor i=1:128
3        A(i) = sin(i*2*pi/1024);
4end
5
Note: See TracBrowser for help on using the repository browser.