MATLAB Community

MATLAB, community & more

Posts 61 - 70 of 79

Results for: Editor

Sharing Your M-Lint Settings 4

Writing robust, production quality MATLAB code is a whole lot easier when you use M-Lint. M-Lint inspects your code for problems and also recommends changes that will help improve the performance or… read more >>

Exposing your dependencies 30

Most M-files you author probably depend on other files you’ve written, or maybe they depend on specialized toolboxes that you have installed. When you want to share your finely crafted code,… read more >>

Exploring your data with datatips 14

In the spirit of encouraging you to try out cell mode, lets look at a feature that will help you keep your focus in the editor while crafting your cells.
As I mentioned in an a previous blog entry… read more >>

Marking up M with HTML 9

I’d like to welcome guest blogger Michael Katz, the newest member of the MATLAB Desktop team. Michael will occasionally be blogging here on the Inside the MATLAB Desktop blog.

For my first… read more >>

Making a feature request 8

It’s pretty clear that MATLAB users have some great ideas on how to make the product better. Browsing through this blog’s comments reveals some of those ideas. We love your suggestions as… read more >>

I’ve got something to cell you 32

The MATLAB Editor is similar to other editor’s in that it’s a great tool with which to develop software. Additionally, though, the MATLAB Editor can be used as an investigative and… read more >>

Giving your code some privacy 5

In R2007b, code folding was introduced in the Editor for functions and help comments. I find this particularly useful for large M-files like edit.m, which have a lot of subfunctions. By collapsing… read more >>

Run Configurations At Your Tooltips

You’ve taken the time to set up some really nice Run Configurations. You’ve even added great comments so that you can remember what functionality it tickles. But alas, it’s so hard… read more >>

Tiling without a Wet Saw 4

The various desktop tools that contain documents (the Editor, Array Editor, Figures container, etc) display one document at a time by default. Tiling allows you to see more than one document at a… read more >>

Improved Help from the MATLAB Editor and Command Window 25

In the new R2007b version of MATLAB, we’ve improved an existing feature called Help on Selection. Have you ever forgotten the arguments to a function as you’re typing in the Command… read more >>

Posts 61 - 70 of 79