MATLAB绘制二维图时如何使坐标轴名字显示在右侧?
默认的好象在中间,如果在画完图后一个一个改太麻烦了.有没有什么语句能实现的?比如xlabel,我不知道说明中的Property的值都有什么.MATLAB的帮助里这样写的:...
默认的好象在中间,如果在画完图后一个一个改太麻烦了.
有没有什么语句能实现的?比如xlabel,我不知道说明中的Property的值都有什么.
MATLAB的帮助里这样写的:
Repositioning Axis Labels
1. You can reposition an axis label using Start plot editing mode by selecting Edit Plot from the figure Tools menu.
2.Select the text of the label you want to reposition (handles appear around the text object).
3.With the left mouse button down on the selected label, drag the text to the desired location and release.
只有这种方法吗?T_T
1楼:1、要求线性分度;2、那还不如我窗口拖动简单呢;3、没太明白,好象也是窗口操作的,非语句直接能实现。 展开
有没有什么语句能实现的?比如xlabel,我不知道说明中的Property的值都有什么.
MATLAB的帮助里这样写的:
Repositioning Axis Labels
1. You can reposition an axis label using Start plot editing mode by selecting Edit Plot from the figure Tools menu.
2.Select the text of the label you want to reposition (handles appear around the text object).
3.With the left mouse button down on the selected label, drag the text to the desired location and release.
只有这种方法吗?T_T
1楼:1、要求线性分度;2、那还不如我窗口拖动简单呢;3、没太明白,好象也是窗口操作的,非语句直接能实现。 展开
4个回答
推荐于2016-07-11 · 知道合伙人教育行家
关注
展开全部
plot(magic(5))
xlim = get(gca,'XLim');
ylim = get(gca,'YLim');
h = xlabel('xx');
set(h,'Position',[xlim(2)+(xlim(2)-xlim(1))*0.05,ylim(1)])
MATLAB常用工具箱:
Matlab Main Toolbox——matlab主工具箱
Control System Toolbox——控制系统工具箱
Communication Toolbox——通讯工具箱
Financial Toolbox——财政金融工具箱
System Identification Toolbox——系统辨识工具箱
Fuzzy Logic Toolbox——模糊逻辑工具箱
Higher-Order Spectral Analysis Toolbox——高阶谱分析工具箱
Image Processing Toolbox——图象处理工具箱
computer vision system toolbox----计算机视觉工具箱
LMI Control Toolbox——线性矩阵不等式工具箱
Model predictive Control Toolbox——模型预测控制工具箱
μ-Analysis and Synthesis Toolbox——μ分析工具箱
Neural Network Toolbox——神经网络工具箱
Optimization Toolbox——优化工具箱
Partial Differential Toolbox——偏微分方程工具箱
Robust Control Toolbox——鲁棒控制工具箱
Signal Processing Toolbox——信号处理工具箱
xlim = get(gca,'XLim');
ylim = get(gca,'YLim');
h = xlabel('xx');
set(h,'Position',[xlim(2)+(xlim(2)-xlim(1))*0.05,ylim(1)])
MATLAB常用工具箱:
Matlab Main Toolbox——matlab主工具箱
Control System Toolbox——控制系统工具箱
Communication Toolbox——通讯工具箱
Financial Toolbox——财政金融工具箱
System Identification Toolbox——系统辨识工具箱
Fuzzy Logic Toolbox——模糊逻辑工具箱
Higher-Order Spectral Analysis Toolbox——高阶谱分析工具箱
Image Processing Toolbox——图象处理工具箱
computer vision system toolbox----计算机视觉工具箱
LMI Control Toolbox——线性矩阵不等式工具箱
Model predictive Control Toolbox——模型预测控制工具箱
μ-Analysis and Synthesis Toolbox——μ分析工具箱
Neural Network Toolbox——神经网络工具箱
Optimization Toolbox——优化工具箱
Partial Differential Toolbox——偏微分方程工具箱
Robust Control Toolbox——鲁棒控制工具箱
Signal Processing Toolbox——信号处理工具箱
展开全部
plot(magic(5))
xlim = get(gca,'XLim');
ylim = get(gca,'YLim');
h = xlabel('xx');
set(h,'Position',[xlim(2)+(xlim(2)-xlim(1))*0.05,ylim(1)])
xlim = get(gca,'XLim');
ylim = get(gca,'YLim');
h = xlabel('xx');
set(h,'Position',[xlim(2)+(xlim(2)-xlim(1))*0.05,ylim(1)])
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
方法1、对数坐标系下画图;semilogx,semilogy,loglog
方法2、求差值并画图;
方法3、局部放大;
方法2、求差值并画图;
方法3、局部放大;
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |