由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: matlab 有直接画散点的命令么?
相关主题
Re: Matlab plotlinear or nonlinear?
Re: [转载] 请问不规则3维物体的表面趺辞螅?Re: Plot[] in Mathematica 4.0
Re: 请问:用什么画图软件比较好?Re: 生气、请教数学问题
Re: 怎么plot data?Re: latex求救
Re: 请问一个mathematica的问题[转载] LaTeX里插入图片?
再请教一个mathematica问题帽子的颜色
Re: mathematica问题7Re: a question on eps figure
[转载]Mathematica函数及使用方法(8)Re: [转载] eps多图问题
相关话题的讨论汇总
话题: plot话题: figure话题: 接画话题: hope话题: linspace
进入Science版参与讨论
1 (共1页)
a****o
发帖数: 42
1
who don't you try this:
x=linspace(0,1);
y=x.^2;
figure(1);
plot(x,y);
figure(2);
plot(x,y,'d-');
figure(3);
plot(x,y,'s');
after this, it might be a good idea to type:
help plot
Hope this is what you want
1 (共1页)
进入Science版参与讨论
相关主题
Re: [转载] eps多图问题Re: 请问一个mathematica的问题
[转载] Re: [转载] 有谁能说说Fourier变换?再请教一个mathematica问题
Latex 顺序乱了 (转载)Re: mathematica问题7
Re: 请问一个MATLAB积分问题[转载]Mathematica函数及使用方法(8)
Re: Matlab plotlinear or nonlinear?
Re: [转载] 请问不规则3维物体的表面趺辞螅?Re: Plot[] in Mathematica 4.0
Re: 请问:用什么画图软件比较好?Re: 生气、请教数学问题
Re: 怎么plot data?Re: latex求救
相关话题的讨论汇总
话题: plot话题: figure话题: 接画话题: hope话题: linspace