root/applications/dual/SIDP/SIDPS/motor_sidps/plotuj.m @ 1288

Revision 1249, 92 bytes (checked in by zimamiro, 14 years ago)
Line 
1function plotuj
2H_tilde=load('H_tilde.txt');
3C=load('C.txt');   
4
5plot(H_tilde,C);
6end
Note: See TracBrowser for help on using the browser.