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 Solvers610
Suggested Problems
-
273 Solvers
-
Back to basics 25 - Valid variable names
339 Solvers
-
Reverse the elements of an array
1130 Solvers
-
Is this triangle right-angled?
6723 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
360 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).