regularizeNd

버전 2.4.0 (12.3 MB) 작성자: Jason Nicholson
Create a gridded lookup table of scattered data in n dimensions.
다운로드 수: 1.2K
업데이트 날짜: 2021/2/23

라이선스 보기

View regularizeNd on File Exchange

regularizeNd

Creates a gridded lookup table from scattered data in n dimensions.

regularizeNd is function written in MATLAB that extends functionality of RegularizeData3d from 2-D input to n-D input. More background can be found here: https://mathformeremortals.wordpress.com/2013/01/29/introduction-to-regularizing-with-2d-data-part-1-of-3/

and here https://mathformeremortals.wordpress.com/2013/09/02/regularizedata3d-the-excel-spreadsheet-function-to-regularize-3d-data-to-a-smooth-surface/

The basic idea is that a lookup table is fitted to the scattered data with a required level of smoothness. The smoothness parameter trades between goodness of fit and smoothness of the curve (1-D), surface (2-D), or hypersurface (n-D).

Browse the Mathworks File Exchange for examples: https://www.mathworks.com/matlabcentral/fileexchange/61436-regularizend

인용 양식

Jason Nicholson (2024). regularizeNd (https://www.mathworks.com/matlabcentral/fileexchange/61436-regularizend), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Preprocessing Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
2.4.0

Added a function to auto-generate monotonic constraints, monotonicConstraint.m. It should help problem setup creating constraint matrices.

2.3.1

Added readme's for a simple explanation.
Added live script documentation so that it shows up on the file exchange.

2.3.0

Updated examples.
Removed histc and replaced it with histcount.

2.2.5

Added better documentation of lsqConstrainedAlternative. The documentation is integrated into the MATLAB help system.

2.2.2

Updated direct vs. iterative solver example.

2.2.1

Fixed a problem with one of the examples.

2.2.0

The documentation loads into MATLAB builtin documentation under Supplemental Software. Attached is a toolbox file.

2.1.2

Added a basic getting started file.

2.1.1

Fixed an issue with a missing graph in the documentation.

2.1

Had to convert all the documentation and examples to live scripts because File Exchange wasn't displaying the published m files. UGH!

2.0

- Added constraints and documentation. This is a major change. The new function is regularizeNdMatrices. See the examples for more information.
- Added the linear least squares constrained solver lsqConstrainedAlternative.

1.8.0.0

Just renaming the project dropping jasonhnicholson/
Added iterative solvers, corresponding documentation, and an iterative example.
updating description

1.7.0.0

Added a 1D example.
Just some formatting changes to the description.
Fixed a figure for example1D that didn't display well on the web.

1.6.0.0

Fixed a spelling mistake in the gridfit examples.
Added a 4D input and 1D output example.
For some reason the description was lost on the last update. I had to redo it. Ugh.
Some formatting was messed up on the gridfit example. I had to republish.

1.5.0.0

More updates to the examples.
more updates to examples.
Made some fixes to the formatted documentation.
More updates to examples.
More example updates.

1.4.0.0

-Added several examples.
-Added formatted documentation.

1.3.0.0

Added support for cubic interpolation. This is a major step. All of the interpolation methods that I intended to use are implemented.
Small update to the function description.

1.2.0.0

Updating the description.
-Fixed two issues with the internal documentation and example.
-Updated the description with a little more information.
Added a note about ndgrid format of yGrid. yGrid is in the ndgrid format at not the meshgrid format. There is no analogue of the meshgrid format for higher dimensions. In 2d, ndgrid is the transpose of the meshgrid format.
Description formatting.

1.1.0.0

Fixed a bug I introduced in the last week.

1.0.0.0

I just uploaded the single m file instead of attaching the repository like when it is connected to github.
Updated the description fixing some grammar errors.
Added a picture.
Grammar fix to description.
Minor update to the link in the description.