source: PlatformSupport/matperf/client/matperfClient_complete.m

Last change on this file was 951, checked in by chunter, 16 years ago

adding matperf

  • Property svn:executable set to *
File size: 328 bytes
Line 
1% this program terminates the server and return the structs it made.
2% it basically sends signal 7 which the serve recognizes as a sign to
3% terminate the experiment.
4function matperfClient_complete(address)
5pnet('closeall');
6udp = pnet('udpsocket',3333);
7pnet(udp,'write',7);
8pnet(udp,'writepacket',char(address),3333);
9return
Note: See TracBrowser for help on using the repository browser.