Reputation: 4098
In Matlab 2012b, Mathworks switched from menus and toolbars to the ribbon. One thing which I cannot find so far is the drop-down list of code cells. This is what it used to look in Matlab 2012a:
Does anyone know where it is now? Unfortunately, Matlab documentation on this topic still covers Matlab 2012a.
Upvotes: 3
Views: 1285
Reputation: 74940
In the "editor" tab on the ribbon, there is a "Go To" dropdown that allows you to navigate sections (cell titles) or subfunctions.
When you click the "Go To" dropdown, you can select, in the blue title bar, whether you want to navigate sections (which are labeled "Section 1" etc, or with their cell titles), or subfunctions.
Upvotes: 5