How to create for loop?

For example i have vector containing 1000 random vector so how do i create for loop that shows each of the 1000 elements between 0 and 0.3, between 0.3+ and 0.6, between 0.6+ and 1.

回答(1 个)

doc rand % please read it

2 个评论

I want to know how do i separate 0 to 0.3, 0.3 to 0.6 and 0.6 to 1
Use logical operator > , & <
doc >=
doc <
doc &

此问题已关闭。

关闭:

2021-8-20

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by