Make fMat be a 5x3 matrix of random integers with values from -3 to 3
(Hint: use randi)
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers608
Suggested Problems
-
Project Euler: Problem 1, Multiples of 3 and 5
3664 Solvers
-
Project Euler: Problem 5, Smallest multiple
1648 Solvers
-
313 Solvers
-
Back to basics 25 - Valid variable names
336 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
863 Solvers
More from this Author26
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Test for randomness could be tightened (cf. Solution 1490988).