File Exchange Pick of the Week

Our best user submissions

Posts 31 - 40 of 88

Results for: 2008

A Template Saves You Time 1

Jiro's pick this week is NEWFCN by Frank González-Morphy.
We all have our own style of writing functions in MATLAB. I've adopted a convention that is similar to the "best practice"
that The... read more >>

Advanced MATLAB: Class system for OOP in MATLAB introduction 5

This week we will be looking at the MATLAB class system. This video does not cover the “why” of doing OOP (Object Oriented Programming) in MATLAB. It just covers a very simple example of… read more >>

Puzzler: Data exploration solution 6

This was a fun little puzzle. I wonder how many people got to the first image, but did not continue to the real solution! Contents Load the data and... read more >>

Puzzler: Data exploration 9

This is a puzzler without explanation. Brett got it in about five minutes, some of the other folks wandering near my office got it in just under 20.
The data to explore.
Remember to use the… read more >>

MATLAB Basics: Interpolating data with interp1 1

This short video shows how you can take a sparsely sampled sine wave and use interp1 to interpolate the missing data points. Different interpolations such as linear, spline and nearest are all shown…. read more >>

Atomic clock + alarm challenge 11

NoteThe file submission referenced in this post is no longer available on File Exchange. Bob's pick this week has a twist.   Contents The challenge The pick The catch The... read more >>

Puzzler: Six card poker 22

Update: This solution was found faster than expected. I have replaced the original with a stronger solution that I was holding in reserve. Congrats to DanK for solving the original ( found here… read more >>

MATLAB Basics: Cell arrays for holding different data types 7

Sometimes in MATLAB you are going to want to store different data types together in one construct rather than try and keep track of different variables. Structures work for this, but sometimes it is… read more >>

Alarm Clock(s) with Snooze Buttons

Never miss another appointment! How cool! I'm sitting at my desk working, knowing that I have a call in 45 minutes. I can put a reminder in Outlook, of course, but I tend to get so many Outlook... read more >>

User made videos

I wanted to thank everyone for posting their videos as requested in my prior post [click here]. Here are some of my favorite entries. I will be in touch with the authors to send them some fabulous… read more >>

Posts 31 - 40 of 88