bio_img_pick

Pick of the Week

Recognizing outstanding contributions from the MATLAB ecosystem

Posts 661 - 670 of 921

Advanced MATLAB: Dynamic field names

We have MATLAB users come into The MathWorks to present their work in MATLAB from time to time. Recently there was an interesting presentation with some really great “Clutter… read more >>

Puzzler: Find largest connected island 25

Every now and then we send MATLAB challenges through the department to help sharpen our programming skills. What amazes me is the sheer variety of solutions that people come up with.
Today, I have… read more >>

Colors for Your Multi-Line Plots 14

Jiro's pick this week is VARYCOLOR by Daniel Helmick.   Have you ever had to plot many lines on a single graph and you had to construct additional set of colors to augment the... read more >>

MATLAB Basics: Setting edge color for large surface plots 2

Often if you make a surface plot with SURF for a large dataset, it will appear all black because MATLAB is trying to draw all the edge lines. You can stop these lines from obscuring your data by… read more >>

WHATS 2

Aldo Caraceto, one of our Application Engineers from Italy, recently wrote to tell us about a new post on the File Exchange. He noted that this file was particularly cool because "it offers a... read more >>

MATLAB Basics: Adding a toolbar to a GUI 20

People often make their own GUIs in GUIDE and they have a data visualization. When you embed an axis in your own GUI rather than using a figure window, you lose the built in toolbar that has zoom,… read more >>

Puzzler: Overlapping rectangles 31

Today’s challenge is one where you need to figure out if two rectangles have a non-zero area of overlap.
The rectangles will be specified as follows:

Just fill in your part of the code until… read more >>

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 >>

Posts 661 - 670 of 921

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