Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jagot/interpnd.jl


https://github.com/jagot/interpnd.jl

Last synced: 6 days ago
JSON representation

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 InterpNd

x = 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")