由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - how to plot z=1+0.25j on matlab?
相关主题
Re: question of MATLABHelp needed for plotting a graph
对大家讨论的感想:)Re: Call for help on Latex in Windows system
A matlab question!Re: matlab作图问题
请教Matlab画图问题 大家一般都用什么画图工具
how to plot a circle in matlab?matlab命令行如何改变bode plot两个ylabel的字体
A matlab problem另外一个cadence里的plot的问题
how to plot this figure in matlab?matlab string的简单问题,
matlab里面的3D plot问个从cadence export data的问题
相关话题的讨论汇总
话题: plot话题: matlab话题: vector话题: hw话题: part
进入EE版参与讨论
1 (共1页)
d*****o
发帖数: 2868
1
im trying to do my dsp hw and one of the problems in the hw is asking me to
plot z=1+0.25*j
i tried to do
z=1+0.25*j;
plot (z)
but the vector is not showing up on the plot, any1 knows why? 1 is the real
part, 0.25j is the imaginary part. So if u graph it on a sheet paper, the
vector goes in the ne direction, the slope of the vector is .25. But I am
having trouble making matlab to make the plot. :(
c****p
发帖数: 6474
2
plot(z)只出一个点,很小。
想画出0到z之间的线段,试试plot([0,z])

to
real

【在 d*****o 的大作中提到】
: im trying to do my dsp hw and one of the problems in the hw is asking me to
: plot z=1+0.25*j
: i tried to do
: z=1+0.25*j;
: plot (z)
: but the vector is not showing up on the plot, any1 knows why? 1 is the real
: part, 0.25j is the imaginary part. So if u graph it on a sheet paper, the
: vector goes in the ne direction, the slope of the vector is .25. But I am
: having trouble making matlab to make the plot. :(

1 (共1页)
进入EE版参与讨论
相关主题
问个从cadence export data的问题how to plot a circle in matlab?
How to correct my matlab code(solve ODE problem)A matlab problem
How to get (X,Y) coordinates from a curve on a jpeg image?how to plot this figure in matlab?
请教:怎样plot varactor的C-V curve?matlab里面的3D plot
Re: question of MATLABHelp needed for plotting a graph
对大家讨论的感想:)Re: Call for help on Latex in Windows system
A matlab question!Re: matlab作图问题
请教Matlab画图问题 大家一般都用什么画图工具
相关话题的讨论汇总
话题: plot话题: matlab话题: vector话题: hw话题: part