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.
画像でプロットにラベルを付ける方法はありますか。たとえば、次を使用する場合:
plot(Y(:,1),Y(:,2),'o','LineWidth',2); gname(names)
プロット内の各ドットに名前を付けることができます。名前の代わりに画像を挿入する方法はありますか?