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!