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.0000Find 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
Solution Comments
Show comments
Loading...
Problem Recent Solvers57
Suggested Problems
-
22525 Solvers
-
433 Solvers
-
Create a Multiplication table matrix...
690 Solvers
-
Who has power to do everything in this world?
485 Solvers
-
Find out sum of all elements of given Matrix
534 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!
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