root/applications/dual/SIDP/bakalarka/SIDPS/matlab/jednoduchy system/simple_control.m @ 1351

Revision 1351, 86 bytes (checked in by zimamiro, 13 years ago)
Line 
1function best_control=simple_control(eta,beta)
2best_control=eta*beta/(1+beta^2);
3end
Note: See TracBrowser for help on using the browser.