root/applications/dual/SIDP/smc29/model_simple.m
@
1296
Revision 1255, 111 bytes (checked in by zimamiro, 14 years ago) |
---|
Line | |
---|---|
1 | function x_1=model_simple(x_0,system) |
2 | eps=0.01; |
3 | x_1=sin(x_0)./(x_0.^2+eps)+system.sigma*rand(size(x_0)); |
4 | end |
Note: See TracBrowser
for help on using the browser.