Find the dimensions of a matrix - MATLAB Cody - MATLAB Central

Problem 2287. Find the dimensions of a matrix

Difficulty:Rate

Just find the number of columns of the given matrix.

Example

 x = [1 2
      3 4
      5 6]
 y = 2

Solution Stats

72.87% Correct | 27.13% Incorrect
Last Solution submitted on May 29, 2025

Problem Comments

Solution Comments

Show comments
Why should you share code?
In a discussion on LInkedin about my recent blog post, Do these...
2
3

Problem Recent Solvers541

Suggested Problems

More from this Author8

Community Treasure Hunt

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

Start Hunting!