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 はこれを行うことができますか? これを処理するには、独自の小さな三角形をプロットする必要がありますか?
Jagteの答えに追加すると、これは、これらの特殊なTex文字を追加する方法でプロットにテキストを追加する方法です:
text(x_pos,y_pos,'\angle \theta(z)')
ここでx_pos、y_posは、そのテキストを書きたい関連する番号です。
x_pos
y_pos