XLim equivalent in Mapping toolbox
1 回表示 (過去 30 日間)
古いコメントを表示
Hi!
I have some sets of radar measurments of the ionosphere and we use Mapping toolbox to project these to a sphere using the map projection eqdazim. This project a map of the surrounding coast and the radar data. We set the center of the plot using the origin-option in gridm and "zoom" in with Xlim and Ylim so that the origin appears in the middle and then a fixed box around that. The problem is that we always plot only a small area that changes from data set to data set. I have the longitudes and latitudes in matrices, but using Xlim/Ylim in 'set' don't use latitude/longitude and the eqdazim projection makes it difficult to use Xlim dynamically.
Is there a Xlim equivalent in Mapping toolbox? I have not been able to find one. Or maybe a way to go from longitude/latitude to whatever Xlim uses? I've been trying to use tightmap, but it always sets the whole earth as the view (and then the radar data appears only as a small dot).
It's difficult for me to provide code snippets here as the matlab function is kind of specific to the data sets and is provided by others.
Thank you in advance!
0 件のコメント
回答 (1 件)
Sean de Wolski
2013 年 1 月 2 日
Perhaps you could provide us with a small example/screenshot of what you mean?
It sounds to me like you might want to feed the Latitude and Longitude limits into something like usamap() or worldmap(), but like I said, I'm not clear yet..
1 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!