matlab画完图例后,如何去掉图例外边框线?凑字数我忙死了凑字数凑字数
h = legend(...)set(h, "Box", "off")
h = legend(...)
set(h, "Box", "off")
例如:h = legend('y=sin2x 曲线图形');set(h, 'Box', 'off')
希望对题主有所帮助!可以的话,帮忙点个采纳!