Delete 2nd and 5th column of Given 6*6 matrix - MATLAB Cody - MATLAB Central

Problem 2507. Delete 2nd and 5th column of Given 6*6 matrix

Difficulty:Rate

Delete the 2nd and 5th columns of the given 6*6 matrix.

Example

Suppose A = magic(6)

    35     1     6    26    19    24
     3    32     7    21    23    25
    31     9     2    22    27    20
     8    28    33    17    10    15
    30     5    34    12    14    16
     4    36    29    13    18    11

Answer must be

    35     6    26    24
     3     7    21    25
    31     2    22    20
     8    33    17    15
    30    34    12    16
     4    29    13    11

Solution Stats

58.0% Correct | 42.0% Incorrect
Last Solution submitted on Nov 21, 2024

Problem Comments

Solution Comments

Show comments
PIVlab surpasses 100K all-time File Exchange downloads
During the past twelve months, PIVlab, a MATLAB Community Toolbox for particle...
4
8
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
4

Problem Recent Solvers165

Suggested Problems

More from this Author70

Problem Tags

Community Treasure Hunt

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

Start Hunting!