MATLAB图例位置设定可以用legend一步解决吗?为什么出错了
1个回答
展开全部
可以。看你需要什么样的结果了。
legend('sinx',-1); % 位于图形框外面
legend('sinx',0); % 最佳位置
legend('sinx',1); % 右上角
legend('sinx',2); % 左上角
legend('sinx',3); % 左下角
legend('sinx',4); % 右下角
% 利用位置属性进行精确设置
h=legend( 'sinx', 4 );
set( h, 'Position', [10, 50, 100, 400]); % [10, 50, 100, 400]为显示的位置坐标
legend('sinx',-1); % 位于图形框外面
legend('sinx',0); % 最佳位置
legend('sinx',1); % 右上角
legend('sinx',2); % 左上角
legend('sinx',3); % 左下角
legend('sinx',4); % 右下角
% 利用位置属性进行精确设置
h=legend( 'sinx', 4 );
set( h, 'Position', [10, 50, 100, 400]); % [10, 50, 100, 400]为显示的位置坐标
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询