File Exchange Pick of the Week

Our best user submissions

Posts 681 - 690 of 908

MATLAB Basics: Array of structures vs Structures of arrays 26

This short video covers the difference between a “structure of arrays” and an “array of… read more >>

Renaming Variables 9

NoteThe file submission referenced in this post is no longer available on File Exchange.
Jiro’s pick this week is RENVAR by Duane Hanselman.
 
Imagine that you defined a variable:
oldVar… read more >>

Advanced MATLAB: Handles and other inputs to GUIDE callbacks 17

There are three inputs to every automatically generated callback from GUIDE:
function edit1_Callback(hObject, eventdata, handles)
A common question that I am asked is “What is the handles… read more >>

Saving a MATLAB graphic or Simulink model to Word 4

You may have noticed some recent changes in the format of this blog. Here’s what to expect on a regular basis – two topics per week.   On Tuesdays Doug will provide MATLAB... read more >>

Widgetpalooza: 12 widgets coded up in a GUI 9

This short video starts with two minutes of trying every widget on the example GUI. Then there is five and a half minutes of showing the callbacks on the widgets.

Push button
Push button with a… read more >>

HTML calendar generator 1

You may have noticed some recent changes in the format of this blog. Here’s what to expect on a regular basis – two topics per week.   On Tuesdays Doug will provide MATLAB... read more >>

Wrap up on Puzzler: Removing columns and rows from binary matrices 1

The first puzzler was a big success with 33 comments added as I write this today. I wanted to go over some highlights from the comments and code that people put out there for critique.
First off, I… read more >>

TIMEIT Benchmarking Function

You may have noticed some recent changes in the format of this blog. Here’s what to expect on a regular basis – two topics per week.   On Tuesdays Doug will provide MATLAB... read more >>

MATLAB Puzzler: Removing columns and rows from binary matrices 36

I am trying something new this week: the MATLAB Puzzler.
Rather than just work one of the Practical Examples directly, I am doing it in two parts. The first I will pose the MATLAB puzzler and say how… read more >>

Drawing a Circle 14

You may have noticed some recent changes in the format of this blog. Here’s what to expect on a regular basis – two topics per week.   On Tuesdays Doug will provide MATLAB... read more >>

Posts 681 - 690 of 908

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