Info
This question is closed. Reopen it to edit or answer.
Generate data at one point
1 view (last 30 days)
Show older comments
How i genrate date at one point only ! i used random genration and the date sparated on the whole range ! how i can put them all for eample at point 50 ?
a1 = 2000; b1 = 9000;
S= (b1-a1).*rand(163,1) + a1;.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/282963/image.png)
0 Comments
Answers (0)
This question is closed.
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!