root/applications/dual/SIDP/SIDPS/matlab/load_H.m @ 1181

Revision 1181, 73 bytes (checked in by zimamiro, 14 years ago)
Line 
1function [H C]=load_H
2H=load('beta.txt');
3C=load('C.txt');   
4end
5
Note: See TracBrowser for help on using the browser.