> 数学 >
matlab中t=(0:a)/a*2*pi是什么意思?
人气:443 ℃ 时间:2020-02-06 01:14:43
解答
>> a=4 a = 4 >> t=(0:a)/a*2*pi t = 0 1.5708 3.1416 4.7124 6.2832 即 t(1)=(0)/4*2*pi=0 t(2)=(1)/4*2*pi=1/2*pi t(3)=(2)/4*2*pi=pi t(4)=(3)/4*2*pi=3/2*pi t(1)=(4)/4*2*pi=2*pi 再如:>> x=1:3 x = 1 2 3 :...
推荐
猜你喜欢
© 2024 79432.Com All Rights Reserved.
电脑版|手机版