发布网友 发布时间:2022-04-26 02:28
共4个回答
热心网友 时间:2023-10-05 07:28
用set()来设置。
例如:
x=0:pi/100:2*pi;
y=sin(2*x);
plot(x,y)
h = legend('y=sin2x 曲线图形');
set(h, 'Box', 'off')
热心网友 时间:2023-10-05 07:28
figure(1)热心网友 时间:2023-10-05 07:29
右击图例;热心网友 时间:2023-10-05 07:29
是legend的边框吗?这种边框