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.
0 件のコメント
回答 (1 件)
madhan ravi
2020 年 7 月 13 日
doc rand % please read it
2 件のコメント
Dhruv Patel
2020 年 7 月 13 日
madhan ravi
2020 年 7 月 13 日
編集済み: madhan ravi
2020 年 7 月 13 日
Use logical operator > , & <
doc >=
doc <
doc &
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!