|
Matlab Text Extent Property |
|
This is a quick tutorial about the extent property of text objects (uicontrols) in Matlab. It is used to introduce a useful function to format file paths tidily in limited space on a GUI.
Not many people know about the extent property of text objects in Matlab and of the ones which do I wager few have come up with a use for it. Well here is one idea.
|
|
Read more...
|
|
|
For as long as I can remember, one of the most common suggestions for improving performance in Matlab was to make sure arrays are preallocated. Now with the advent of the mlint tool, it is spelled out to you in the editor. But what does this mean? What is the best method of preallocating an array? How much difference does it really make?
This tutorial aims to find out.
|
|
Read more...
|
|
|