Basic matrix operations using standard MATLAB commands - MATLAB Cody - MATLAB Central

Problem 44634. Basic matrix operations using standard MATLAB commands

Difficulty:Rate

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

60.44% Correct | 39.56% Incorrect
Last Solution submitted on Feb 24, 2025

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers54

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!
Go to top of page