Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Matlab を使用して極座標を作成し、それをデカルト座標に変換しました。
[th,r] = meshgrid((0:0.5:360)*pi/180,0:.02:1); [X,Y] = pol2cart(th,r);
このメッシュでデータを取得し、contourfプロットを作成します。
contourf
私の問題は、削除したい輪郭プロットの中心線を取得することです。これを手伝ってくれる人もいます
ありがとうございました