Problem 44634. Basic matrix operations using standard MATLAB commands
Create the matrix:
1.0e+15 *
0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0001 0.0010 0.0100 0.1000 1.0000
Find the row vector of all column means
Hint: Use logspace to create the matrix. Avoid looking at the test suite before writing a solution
Solution Stats
Problem Comments
-
1 Comment
This problem needs improvement.
FIRST: the Problem Statement is badly flawed. The starting matrix which is presented appears to contain zero for all entries in the first two rows, although apparently this is not what was intended (according to the Test Suite). SECOND: the Test Suite explicitly contains the solution, and there is only one test case. Asking people not to look is futile. Test Suites should be constructed with multiple cases by generalising the Problem Statement (e.g. allowing different numbers of rows in the starting matrix). See Problem 44616 for further discussion. —DIV
Solution Comments
Show commentsProblem Recent Solvers54
Suggested Problems
-
Find the sum of the elements in the "second" diagonal
1160 Solvers
-
Back to basics 4 - Search Path
370 Solvers
-
07 - Common functions and indexing 2
414 Solvers
-
196 Solvers
-
Find the distance traveled by a car given velocity and time.
120 Solvers
More from this Author29
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!