load coast command not executing in 2018a, pls. suggest an alternative
37 次查看(过去 30 天)
显示 更早的评论
I have to plot world map, but load coast command is not executable in MATLAB 2018a version,
Please suggest the best possible alternative.
1 个评论
Rik
2019-1-23
Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.
回答(2 个)
Rob Comer
2021-6-17
编辑:Rob Comer
2021-6-21
Beginning in R2020b, coast.mat is no longer available in Mapping Toolbox. Please use its replacement, coastlines.mat, instead. The content is the same, but the coordinate variables now have less generic names: coastlat and coastlon instead of lat and long, respectively.
0 个评论
Walter Roberson
2019-1-23
编辑:Walter Roberson
2019-1-23
load coast continues to be available from the Mapping Toolbox in R2018a and R2018b.
3 个评论
Walter Roberson
2021-5-20
coast appears to be in an example in the Boinformatics Toolbox now --
fullfile(matlabroot, 'examples', 'bioinfo', 'data', 'coast.mat')
Rob Comer
2021-6-17
As the path indicates, the Bioinformatic Toolbox example is using its own copy of coast.mat.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Weather and Atmospheric Science 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!