Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 223 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 223 Bytes

MATLAB_TerrainGeneration

Random terrain generation by Perlin noise with MATLAB

Files

  • run.m
    • Main script
  • perlin_2d.m
    • Function file of perlin nose
  • myinterpolation.m
    • Function file of interpolate function