Help plot with cell array scale problem
古いコメントを表示
The scale is not what I want
scatter(NGPSLongitude{1,1},NGPSLatitude{1,1},'r','*')
hold on
it appears me only 2 points and should appear 200...
2 件のコメント
sixwwwwww
2013 年 12 月 9 日
can you show your cell arrays NGPSLongitude and NGPSLatitude what they contain in their first cell {1,1}?
採用された回答
その他の回答 (1 件)
Walter Roberson
2013 年 12 月 9 日
0 投票
Your values 43.73* and 7.42* are very close together compared to the 0 and 0. All of the 43.73* / 7.42* are showing up on top of each other, and all of the 0 / 0 points are showing up on top of each other. If you zoom in on the upper right points you should be able to see them separately.
Is it possible that you want the 0 / 0 points to be omitted ?
1 件のコメント
カテゴリ
ヘルプ センター および File Exchange で Scatter Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!