Recent content by rocks rock

  1. R

    MATLAB Matlab: using linterp to interpolate beach contours

    The data is a series of x and z points (y is assumed the same at all locations). I think the problem was that linterp was sorting the data based on z before interpolating and we wanted to keep them in order by x. Now using curveintersect, and it works!
  2. R

    MATLAB Matlab: using linterp to interpolate beach contours

    Hi, I am trying to create a plot of how certain elevation contours on a beach change over time. I have been using linterp for this so far. I want to interpolate a cross-shore (from dune to shoreline) position for a certain elevation from my data. The issue I'm having is that when...
  3. R

    MATLAB Efficiently Import and Organize Topographic Profile Data in Matlab

    Hi. I am trying to read csv files into Matlab. The files are x, y, z values for topographic profiles taken about 4 times a year over several years. I've worked out how to loop through each file and loop through names so that each comes in as a separate matrix. (see below) The problem I'm...
Back
Top