bio_img_community

MATLAB Community

MATLAB, community & more

Posts 491 - 496 of 496

Split Screen mode in the Editor 6

A common need when writing a large M-file is to be able to view two parts of the file simultaneously. For example, perhaps you are calling a subfunction from the main body of your code, and you need… read more >>

Finding items in the History or Current Directory browser 10

My Command History can get pretty large and I often find myself wanting to find a command I executed a couple of weeks ago (otherwise I may have to go find the command in the doc again). I used to… read more >>

Keeping your fingers on the keyboard 4

The point and click capabilities of the MATLAB desktop make it easy to learn and use but once you’ve worked with MATLAB for a while you may find that you are most productive keeping your fingers on… read more >>

Shortcuts for commonly used code 30

If you haven’t discovered Shortcuts yet, you should. Shortcuts are useful for storing small snippets of m-code that you regularly run. If you find yourself typing the same 3 or 4 lines of… read more >>

Moving between functions within a file 18

When you’re writing a big M-file, you often end up with a large number of subfunctions or nested functions. Moving between them can be a pain though unless you know some tricks.
First, there… read more >>

Introducing the Desktop blog 60

Welcome to our MATLAB Desktop blog! A group of us who work on the MATLAB User Interface want to share with you some of the new and existing features that you may not know about. Our goals for this… read more >>

Posts 491 - 496 of 496

These postings are the author's and don't necessarily represent the opinions of MathWorks.