How can I generate a random number in MATLAB between 13 and 20?
相关问题
- Extract matrix elements using a vector of column i
- Do the Java Integer and Double objects have unnece
- Unity - Get Random Color at Spawning
- How do I merge consecutive numbers in a sorted lis
- How do you get R's null and residual deviance
相关文章
- why 48 bit seed in util Random class?
- How do I append metadata to an image in Matlab?
- Need help generating discrete random numbers from
- How can I write-protect the Matlab language?
- `std::sin` is wrong in the last bit
- Escape sequence to display apostrophe in MATLAB
- Get random records with Doctrine
- Vertical line fit using polyfit
http://www.mathworks.com/help/techdoc/ref/rand.html
Where 100,1 is the size of the desidered vector
if you need a floating random number between 13 and 20
if you need an integer random number between 13 and 20