sort matrix - MATLAB Cody - MATLAB Central

Problem 42665. sort matrix

Difficulty:Rate

Given a matrix, sort it for each column, but cannot change the element of each row. for example input = [1 3; 2 4;1 5;3 6]; the result returned by you is target = [1 3; 1 5;2 4; 3 6];

Solution Stats

43.96% Correct | 56.04% Incorrect
Last Solution submitted on Feb 03, 2023

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 Solvers23

Suggested Problems

More from this Author3

Problem Tags

Community Treasure Hunt

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

Start Hunting!