Julia training course
This repository follows this page.
This repo contains examples of Julia codes that may help you learn this language.
You can make figures and animations like the following one.
In the branch master
the figures are generated using the Plots.jl package.
The PyPlot.jl and GMT.jl packages are also available by git checkout pyplot
and git checkout gmt
.
Please contact the author if you find a bug.
- Julia v1.0.0
- DSP
- FFTW
- Interpolations
- MAT
- NetCDF
- OffsetArrays
- Plots
- Polynomials
- PyPlot
- GMT (in case of using GMT visualization)
- Install the required packages
- Clone this repository
git clone https://github.com/hydrocoast/julia_training
cd julia_training
and then run the scripts in REPL of the JuliaLang
julia> include("EX1_maxmin_surf.jl")
MIT
Takuya Miyashita
Doctoral student, Kyoto University
(personal web site)