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
