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 Solvers53
Suggested Problems
-
1408 Solvers
-
Reverse the elements of an array
1022 Solvers
-
521 Solvers
-
Matlab Basics - y as a function of x
492 Solvers
-
372 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!