Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/interpnd.jl
https://github.com/jagot/interpnd.jl
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jagot/interpnd.jl
- Owner: jagot
- License: other
- Created: 2016-04-22T09:16:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T11:19:09.000Z (over 6 years ago)
- Last Synced: 2024-11-15T18:34:57.908Z (2 months ago)
- Language: Julia
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# InterpNd
[![Build Status](https://travis-ci.org/jagot/InterpNd.jl.svg?branch=master)](https://travis-ci.org/jagot/InterpNd.jl)
Usage example:
```julia
using InterpNdx = logspace(-1, 0, 30)
y = sin(4pi*x)xi = linspace(x[1],x[end])
yi = interp1d(y)(x,xi)
```![Usage example](/examples/example.png?raw=true "Usage example")