Loren on the Art of MATLAB

Turn ideas into MATLAB

Note

Loren on the Art of MATLAB has been archived and will not be updated.

Results for: Interpolation & Fitting

Data Scaling for Scattered Interpolation 7

Today's guest blogger is Josh Meyer, a Technical Writer for the MATLAB Math and Big Data teams. He is going to discuss a common issue encountered in scattered data interpolation, and how to fix it!... read more >>

Incremental Delaunay Construction

I'm happy to welcome back Damian Sheehy as guest blogger. Last time Damian wrote about how Natural Neighbor interpolation addresses FAQs in scattered data interpolation. In this blog he will answer a FAQ on adaptively editing a Delaunay triangulation.... read more >>

Natural Neighbor – A Superb Interpolation Method 16

I'm happy to welcome Damian Sheehy as this week's guest blogger. Damian works on the development of geometry-related features at MathWorks. He will provide answers to two frequently asked questions; one on scattered data interpolation that he will cover in this blog and the other on Delaunay triangulation that he will cover in the next. Over to you, Damian...... read more >>

Calculating the Area Volume Under a Surface 13

Recently there was an email making the rounds at MathWorks about how to calculate the area volume under a surface. Not surprisingly, there were several methods chosen, based... read more >>

Data Driven Fitting 4

This week Richard Willey from technical marketing will be guest blogging about nonparametric fitting. Contents Generate some data... read more >>

Piecewise Linear Interpolation 22

John D'Errico is back today to talk about linear interpolation.
 
Contents

Introduction
Create Some Data to Interpolate
histc Solves the Binning Problem
Binning - A Loop With An Explicit... read more >>

Interpolating Polynomials 21

John D'Errico is back today to talk about interpolating polynomials. Contents Introduction ... read more >>

Interpolation in MATLAB 44

I'd like to introduce a new guest blogger - John D'Errico - an applied mathematician, now retired from Eastman Kodak, where he used MATLAB for over 20 years. Since then, MATLAB is ... read more >>