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.74% Correct | 27.26% Incorrect
Last Solution submitted on Feb 24, 2025

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
3
5

Problem Recent Solvers530

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