E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
xlabel
用Matlab的Plot函数画多条曲线
1.21,1.13,1.15,1.13,1.14,1.15,1.16,1.12,1.18,1.13]; y2=[1.61,1.63,1.7,1.64,1.63,1.64,1.71,1.66,1.65,1.66]; plot(x,y1,'r:+',x,y2,'b:+');
xlabel
perfumekristy
·
2012-05-02 15:00
matlab
plot
用Matlab的Plot函数画多条曲线
1.21,1.13,1.15,1.13,1.14,1.15,1.16,1.12,1.18,1.13]; y2=[1.61,1.63,1.7,1.64,1.63,1.64,1.71,1.66,1.65,1.66]; plot(x,y1,'r:+',x,y2,'b:+');
xlabel
xitong
·
2012-05-02 15:00
matlab
matlab坐标轴的设置
虽然不是什么很难的操作,但是确实常用,也容易忘记,所以就放在这里说明一下: x=(1:50);y=sin(x);plot(x,y,'-r*');
xlabel
('xname');%x轴名称ylabel(
peterli_xue
·
2012-04-22 14:00
matlab
plot
Matlab------------提高运算速度
250000,1); x(1)=0.1; forn=1:250000 x(n+1)=abs((x(n))/a^2-x(n)*b); end plot(x,'k','markersize',10);
xlabel
yf210yf
·
2012-04-17 10:00
c
算法
matlab
dll
语言
Borland
text 和 相关函数texlabel matlab
text对象可以通过title,
xlabel
,ylabel,zlabel或text函数创建。texlabel用于转换MATLAB表达式为Tex格式字符串。
colddie
·
2011-12-29 21:00
matlab
Matlabe二维绘图
stem line2.绘图修饰坐标轴的调整:axis([xminxmaxyminymax]) , axis(str)网格线的设置:gridon ; gridoff设置坐标轴的名称:
xlabel
zd0303
·
2011-11-15 20:00
工作
String
工具
图形
fun
plot
matlab绘图的坐标轴数字、范围、间隔控制
虽然不是什么很难的操作,但是确实常用,也容易忘记,所以就放在这里说明一下: x=(1:50);y=sin(x);plot(x,y,'-r*');
xlabel
('xname');%x轴名称ylabel(
xbinworld
·
2011-09-01 13:00
matlab
plot
不常见的matlab常用技巧
1、在某个点附近画一个小框x=1:3;y=4:6;plot(x,y,'s');2、增大图像坐标系标注字号
xlabel
('Hough变换标注峰值','FontSize',30,'FontWeight',
ybdesire
·
2011-08-15 21:00
pylab绘制图表
当工具用吧:frompylabimport* #-*-coding:utf-8-*- t=arange(0.0,2.0,0.01) s=sin(2*pi*t) plot(t,s,linewidth=1.0)
xlabel
elevenqiao
·
2011-08-09 16:00
Matlab图像标题_title
xlabel
('x'):图像下方加标题x; title:实现图像任意位置加标题。
wodamazi
·
2010-10-02 08:00
matlab
用BP网络完成函数的逼近
%用BP网络完成函数的逼近clfresetfigure(1)P=-1:.1:1;%T为目标向量T=0:0.314:6.28;T=sin(T);plot(P,T,'+');title('训练向量');
xlabel
superdont
·
2010-04-20 10:00
function
网络
UP
NetWork
plot
用BP网络完成函数的逼近
网络完成函数的逼近 clf reset figure(1) P=-1:.1:1; % T 为目标向量 T=0:0.314:6.28; T=sin(T); plot(P,T,'+'); title('训练向量');
xlabel
izuoyan
·
2010-04-20 10:00
UP
用BP网络完成函数的逼近
网络完成函数的逼近 clf reset figure(1) P=-1:.1:1; % T 为目标向量 T=0:0.314:6.28; T=sin(T); plot(P,T,'+'); title('训练向量');
xlabel
pleasetojava
·
2010-04-20 10:00
UP
matlab中坐标间隔和数字显示更改
20,22,24,26,28,30,32,34,36,38,40,42,44];y=[62.9,68.8,71.2,82.5,84.1,88.6,88.4,88.4,88.0,88.0,88.0,88.0,88.0];plot(x,y,'-r*');
xlabel
chl033
·
2010-01-01 14:00
matlab
features
classification
plot
Attempt to execute SCRIPT plot as a function?
刚编写完一个简单的画图程序,代码如下closeall;clc;clear;%sinxx=linspace(0,2*pi,200);f1=sin(x);plot(x,f1);title('plotoff_1=sin(x)');
xlabel
chl033
·
2009-10-22 11:00
function
matlab
plot
Matlab画图入门
2*cos(2*x);%输出图像plot(x,y1,'k-',x,y2,'b--');title('Plotoff(x)=sin(2x)anditsderivative');%设置X坐标和Y坐标的标签
xlabel
hustspy1990
·
2009-10-10 10:00
image
matlab
图形
网格
plot
Delphi常用代码汇总
◇[DELPHI]产生鼠标拖动效果通过MouseMove事件、DragOver事件、EndDrag事件实现,例如在PANEL上的LABEL:varxpanel,ypanel,
xlabel
,ylabel:
tg2003
·
2009-09-07 23:00
图的说明
在用matlab时,大多数情况下,我们都是使用title对图进行说明,可是有些情况下,需要将图的说明标注在图的下方,此时就要用到
xlabel
了,如下:==========================
superdont
·
2009-08-18 19:00
测试
matlab
上一页
11
12
13
14
15
16
17
18
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他