uniform4nonuniform-subdivision

MATLAB implementation of a uniform subdivision scheme that reproduces parabolas on non-uniform grids.
0 Downloads
Updated 12 Jan 2024

A uniform non-linear subdivision scheme reproducing polynomials at any non-uniform grid

Subdivision schemes are efficient tools to generate curves from a sample of points. This particular scheme was designed to deal with data describing smooth curves in R^n, n>=2. More information about this scheme can be found in [1].

This repository includes:

  1. MATLAB implementation of a uniform subdivision scheme that reproduces parabolas on non-uniform grids. In an example, the curvature is computed using curvature.m and circumcenter.m from [2].
  2. Mathematica notebook with symbolic computations complementing the proofs in [1].

Copyright (c) 2023 Sergio López-Ureña

[1] Sergio López-Ureña (2024). A uniform non-linear subdivision scheme reproducing polynomials at any non-uniform grid (https://arxiv.org/abs/2401.05963), arXiv. Submitted January 11, 2024.

[2] Are Mjaavatten (2024). Curvature of a 1D curve in a 2D or 3D space (https://www.mathworks.com/matlabcentral/fileexchange/69452-curvature-of-a-1d-curve-in-a-2d-or-3d-space), MATLAB Central File Exchange. Retrieved January 11, 2024.

Cite As

Sergio López-Ureña (2024). uniform4nonuniform-subdivision (https://github.com/serlou/uniform4nonuniform-subdivision), GitHub. Retrieved .

Sergio López-Ureña (2024). A uniform non-linear subdivision scheme reproducing polynomials at any non-uniform grid (https://arxiv.org/abs/2401.05963), arXiv. Submitted January 11, 2024.

MATLAB Release Compatibility
Created with R2023b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.