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.
アニメーション (地球の周りの衛星の動き)を改善するために、ライン マーカーの透明度を不透明に設定できるかどうかを知りたいです。
はい、MarkerFaceColorとMarkerEdgeColorのプロット プロパティを同じものに設定するだけです。
x = 1:10; y = log2(x); plot(x,y,'MarkerEdgeColor',[0 1 0],'MarkerFaceColor',[0 1 0],'MarkerSize',30,'Marker','v')