u=1:1:100,,,,,,,,,,I want caculate sin(u),,,for every value from 1 to 100 with increment of 1,,,How will I do this in simulnik
To generate u, use a source repeating sequence stair block, then connect it to sine wave function block from simulink/math operations.
1 Comment
Direct link to this comment:
http://www.mathworks.com/matlabcentral/answers/55254#comment_114509
1 is the increment of u, what about the time step size, is it variable? fixed?