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

65.82% Correct | 34.18% Incorrect
Last Solution submitted on Mar 16, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers51

Suggested Problems

More from this Author29

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!