古いコメントを表示
Hi, im trying to write an m-file that uses an axesm function. I am imaginging the sky in radiowaves and cannot get the function to work. It runs but errors when the graph show. Can anyone help? Thanks Luke axesm('hammer'); patchm (lat, long, 'f'); setm (gca,'Origin', [30 130 135]);
8 件のコメント
Walter Roberson
2011 年 2 月 8 日
Please expand upon what error you encounter.
Jan
2011 年 2 月 15 日
Please insert a copy of the error message in this question and use the code formatting.
Andrew Newell
2011 年 2 月 15 日
@Luke, please help us to help you! It would be easier to diagnose the problem if you provide some data for lat and long and tell us what the error message is.
Luke
2011 年 2 月 15 日
Andrew Newell
2011 年 2 月 15 日
O.k., that's a start. Now what are the values of d, v, and srtdata1?
Luke
2011 年 2 月 15 日
Andrew Newell
2011 年 2 月 15 日
Can you give me some actual numerical values for these data? Then tell me what you see when you run your code and what you want to see.
Luke
2011 年 2 月 15 日
回答 (1 件)
Andrew Newell
2011 年 2 月 8 日
I'm not sure what your goal is, but the errors in the above code go away if you provide values for lat and long:
axesm('hammer');
lat = 0; long = 0;
patchm (lat, long, 'f');
setm (gca,'Origin', [30 130 135]);
5 件のコメント
Luke
2011 年 2 月 15 日
Luke
2011 年 2 月 15 日
Andrew Newell
2011 年 2 月 15 日
I don't understand what you are saying. Can you try editing the original question?
Luke
2011 年 2 月 15 日
Luke
2011 年 2 月 15 日
カテゴリ
ヘルプ センター および File Exchange で Create Plots on Maps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!