bio_img_community

MATLAB Community

MATLAB, community & more

Posts 321 - 330 of 494

Why the Help Report No Longer Lists Subfunctions

Over the past few releases we have been working to eliminate code in the desktop that duplicates or approximates the logic in the MATLAB language. The goal of this project is to reduce bugs and to… read more >>

Helping your help 6

MATLAB files that are a part of the public API of MATLAB all have nice help comments in them. The files we ship with MATLAB follow a standard format: function line, summary/description line (commonly… read more >>

Editor Tab Switching 11

Ken’s been kind enough to point out in the comments on how to switch between open files in the MATLAB Editor. The keyboard shortcut

Ctrl+Page Up to move from right to left on the… read more >>

Command-Line Preferences 4

I received some criticism regarding my post about using shell command because it wasn’t very Desktop-y. The way I see it, the MATLAB Environment includes a broader picture of everything going… read more >>

Introducing MATLAB Mobile – an iPhone app to connect remotely to your MATLAB 192

This week I’d like to introduce guest poster Leslie Mehrez from our marketing team. She’s going to tell you about an exciting new frontier for MATLAB and scientific computation.
Today is… read more >>

Calling Shell Commands from MATLAB 41

I’ve written before about accessing Java from the Command Line, but you can also make calls into other systems from MATLAB. For example, you can access libraries written in C/C++ or Fortran,… read more >>

Taking suggestions, giving suggestions 14

This week I’d like to once again welcome back guest blogger Chris Kollett to tell you about one of the new features of the MATLAB R2010a Help Browser.
When I wrote about some of the new Help… read more >>

Selecting a whole line 16

I’m thinking of turning posts about our underutilized features into a reoccurring series. What do you think of “Hidden Gems” or “Desktop Tricks & Tips” or “11… read more >>

Controlling the Java Heap Size 12

When you create a Java object from MATLAB, that object will live in the Java heap, whereas workspace variables will go into MATLAB’s main memory. The Java heap space is also shared with MATLAB… read more >>

Reproducing figures 4

I’m taking a break this week from MATLAB R2010a features to show you a feature that’s been a part of MATLAB for years: generating MATLAB code from a figure. Last week I had the… read more >>

Posts 321 - 330 of 494

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