To transpose or sort variables, use the right-click menu options in the Variable Editor. You can sort variables based on single or multiple column selections. The columns you select can be non-contiguous and should always include all the rows. Also, you can create variables from non-contiguous data selections.

By
Michael Katz
Mike is a developer on the MATLAB Mobile team. When not describing himself in the third person, biking, homebrewing, or rooting for the home team, he's busy trying to make the world a better place for programming.
I’ve seen the Variable Editor grow from release to release, and I really like how it’s starting to shape up. There is another great improvement in this release which is the ability to view, edit, sort, reorder, and plot dataset arrays (from Statistics Toolbox) in the Variable Editor. Read about it here.
Hi Michael, one feature which I’d like to see is when you are in the editor, either writing script of debugging, and you right click on a variable name, it should have “Open in Variable Editor” option.
I use this technique to open functions all the time. When the workspace has lots of variables, it can get tedious to find them before double clicking to view it.
Any suggestions?