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 year 前 | 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 years 前 | 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 years 前 | 1 个回答 | 1
