photo

Kato Yusuke


Last seen: 3 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


legend内のplotの長さを長くして,さらに文章がboxからはみ出ないようにする.
太い線でplotしてlegendを表示すると,legend内に表示される線が短く,破線などが見分けにくい問題があります. それを解決するため以下のようにコードを変更しましたが, x = 1:0.1:10; y = sin(x); plot(x, y...

7 Monate vor | 1 Antwort | 0

1

Antwort

Frage


subplot内のfigureにinsetを入れる方法について
通常のfigureにinsetを入れる場合は,例えば close all; x1 = 0:0.01:pi; x2 = 0:0.01:pi/6; y1 = sin(x1); y2 = sin(x2); plot(x1,y1); axe...

11 Monate vor | 1 Antwort | 0

1

Antwort

Frage


ヒートマップの配列の並び替え
heatmap関数を用いて,2変数関数z = x^2 + y^2のヒートマップを2次元平面上に構成したいのですが, [X,Y] = meshgrid(1:1:100); Z =X.^2 +...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten