simulation emergency vessel route enter port
Show older comments
3 Comments
Azzi Abdelmalek
on 7 Jun 2015
Post your problem
aixat amxan
on 7 Jun 2015
aixat amxan
on 7 Jun 2015
Edited: Walter Roberson
on 9 Jun 2015
Answers (1)
Walter Roberson
on 9 Jun 2015
Assuming that your tidal data is stored in the variable "tidal" whose first column is ETA and whose second column is tide height, then to find the tide height for given time "eta", use
estimated_tide = interp1(tidal(:,1), tidal(:,2), eta);
Categories
Find more on Oceanography and Hydrology in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!