load coast command not executing in 2018a, pls. suggest an alternative
34 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have to plot world map, but load coast command is not executable in MATLAB 2018a version,
Please suggest the best possible alternative.
1 Commento
Rik
il 23 Gen 2019
Have a read here (or here for more general advice). It will greatly improve your chances of getting an answer.
Risposte (2)
Rob Comer
il 17 Giu 2021
Modificato: Rob Comer
il 21 Giu 2021
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 Commenti
Walter Roberson
il 23 Gen 2019
Modificato: Walter Roberson
il 23 Gen 2019
load coast continues to be available from the Mapping Toolbox in R2018a and R2018b.
3 Commenti
Walter Roberson
il 20 Mag 2021
coast appears to be in an example in the Boinformatics Toolbox now --
fullfile(matlabroot, 'examples', 'bioinfo', 'data', 'coast.mat')
Rob Comer
il 17 Giu 2021
As the path indicates, the Bioinformatic Toolbox example is using its own copy of coast.mat.
Vedere anche
Categorie
Scopri di più su Weather and Atmospheric Science in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!