In my previous post, I asked you to send us a screenshot of your desktop layout. So far, my mailbox has been sadly empty. To entice you to send us those screenshots, I am offering up MathWorks… 続きを読む >>
T-Shirts! 5
- カテゴリ:
- Desktop
In my previous post, I asked you to send us a screenshot of your desktop layout. So far, my mailbox has been sadly empty. To entice you to send us those screenshots, I am offering up MathWorks… 続きを読む >>
We often get feedback from customers about what new features they would like to see, and we definitely hear from customers if we introduce bug, but we rarely get to get information from customers… 続きを読む >>
For purely historical reasons, the Command Window ships with its keybindings set to “MATLAB Classics (Emacs)”. We used to only have one set of keybindings for the Command Window and we… 続きを読む >>
If your memory is like mine, it is handy to quickly review content description to remember functionality of files and directories. From the list of files in the Current Directory Browser, you can… 続きを読む >>
Tab Completion is a popup that can be found in both the Command Window and the Editor. After you type a key (or a few) you can hit the tab key and a popup will appear and show you all of the… 続きを読む >>
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… 続きを読む >>
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… 続きを読む >>
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… 続きを読む >>
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… 続きを読む >>
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… 続きを読む >>