由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - how to plot a circle in matlab?
相关主题
请教Matlab画图问题some question about ucon (转载)
Re: Matlab Guru please help问一个图像处理/边缘检测的问题 (转载)
问一个matlab画图的问题关于图像处理的一个问题
how to plot z=1+0.25j on matlab?Re: the Diffences of 2 and 4-head VCR?
how to plot this figure in matlab?补充: 关于Shannon
matlab里面的3D plotRe: 哪位大哥做过Delta-Sigma AD Converter呀?
A matlab question!这玩艺真能中和手机和电脑辐射吗? (转载)
Help needed for plotting a graphA matlab question
相关话题的讨论汇总
话题: plot话题: matlab话题: circle话题: commands话题: any
进入EE版参与讨论
1 (共1页)
r********g
发帖数: 868
1
Are there any commands to do that? Thanks
b*******2
发帖数: 2121
2
x=1; y=1; plot(x,y,'o');
不好意思,第一天学matlab,试一下手。。。

【在 r********g 的大作中提到】
: Are there any commands to do that? Thanks
z***f
发帖数: 121
3
牛,你老板不给你钱还真对了,服了u

【在 b*******2 的大作中提到】
: x=1; y=1; plot(x,y,'o');
: 不好意思,第一天学matlab,试一下手。。。

k**f
发帖数: 372
4

t = (0:359)/180*pi;
x = cos(t); y = sin(t);
plot(x, y);
axis square; % without, the circle looks distorted
% search "aspect ratio" in matlab help for more information

【在 r********g 的大作中提到】
: Are there any commands to do that? Thanks
r********g
发帖数: 868
5
非常感谢。
如果要画一个圆盘,那又该如何实现呢?(圆和圆里面都一样)

【在 k**f 的大作中提到】
:
: t = (0:359)/180*pi;
: x = cos(t); y = sin(t);
: plot(x, y);
: axis square; % without, the circle looks distorted
: % search "aspect ratio" in matlab help for more information

r********g
发帖数: 868
6
找到了fill函数可以做这个。
我需要的是在一灰度图像里面,画8个圆,每个圆的灰度值不一样,不知道可不可以实
现。

【在 r********g 的大作中提到】
: 非常感谢。
: 如果要画一个圆盘,那又该如何实现呢?(圆和圆里面都一样)

r********g
发帖数: 868
7
已经实现,非常谢谢

【在 r********g 的大作中提到】
: 找到了fill函数可以做这个。
: 我需要的是在一灰度图像里面,画8个圆,每个圆的灰度值不一样,不知道可不可以实
: 现。

b*******2
发帖数: 2121
8
拿去运行一下,看有没有circle。。。

【在 z***f 的大作中提到】
: 牛,你老板不给你钱还真对了,服了u
X*****r
发帖数: 2521
9
你怎么不用粉笔在显示器上画个圈

【在 b*******2 的大作中提到】
: 拿去运行一下,看有没有circle。。。
b*******2
发帖数: 2121
10
呵呵,他说要用matlab阿。。。
我就试了一下阿。
看来我这着不行。。。

【在 X*****r 的大作中提到】
: 你怎么不用粉笔在显示器上画个圈
1 (共1页)
进入EE版参与讨论
相关主题
A matlab questionhow to plot this figure in matlab?
Question about phase distortion due to filtermatlab里面的3D plot
大家推荐一个ip camera吧A matlab question!
为什么cadence仿真的图直接贴到word里那么难看?Help needed for plotting a graph
请教Matlab画图问题some question about ucon (转载)
Re: Matlab Guru please help问一个图像处理/边缘检测的问题 (转载)
问一个matlab画图的问题关于图像处理的一个问题
how to plot z=1+0.25j on matlab?Re: the Diffences of 2 and 4-head VCR?
相关话题的讨论汇总
话题: plot话题: matlab话题: circle话题: commands话题: any