How to create an array of numbers in simulink?
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Siavash
am 12 Feb. 2015
Kommentiert: Siavash
am 13 Feb. 2015
Hi guys
In Matlab when you want to create an array of random number you can easily use "rand" function. In simulink if you want to create such an array you should use "random number block" which is okay but it will change the numbers based on the model running time. If you want to define an interval in "Constant" block which is independent from running time, you can write 1:10 but it is not randomly normal. How can i create such a random number in simulink without relying on model time?
Thanks alot
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!