Feeds
質問
Only change ytick fontsize
I only need to change the fontsize of ytick, without affecting xticks. How can I do that? % MAE subplot(2, 2, 1); bar([1:3]-0...
1年以上 前 | 1 件の回答 | 0
1
回答回答済み
plotting a circle cap
r = sqrt(2); theta = pi/3; t = linspace(-pi + theta, pi - theta, 1000); x_arc = r * cos(t) - r * cos(-pi + theta); y_arc = r...
plotting a circle cap
r = sqrt(2); theta = pi/3; t = linspace(-pi + theta, pi - theta, 1000); x_arc = r * cos(t) - r * cos(-pi + theta); y_arc = r...
2年弱 前 | 0
質問
plotting a circle cap
I would like to write a code to plot a circle cap like the shape below. In fact, , and are given and I want to plot it usin...
2年弱 前 | 1 件の回答 | 1
