Setting origin of coordinate scatter plot/ wind rose plot to a specified coordinates
1 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
I am using the ScatterWindRose function (https://uk.mathworks.com/matlabcentral/fileexchange/49488-wind-rose-as-a-scatter-plot) to plot variable values against latitude and longitude (coordinates).
I would like to ask if I could set a specific latitude and longitude in the code for it to be the origin of the plot? As currently the plot by the ScatterWindRose function has its origin at the point of minimum latitude and longitude.
Would appreciate any help! Thanks!
1 个评论
Jacob Mathew
2024-12-3
Hi matchadracula,
The ScatterWindRose function you are using from the File Exchange is a Third Party Add On. It shows no real way to control the orgin as the code itself uses the minimum latitiude and longitude for its internal implementation.
I recommend looking into polarscatter function in MATLAB. The link to its documentation is as follows :
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!