声振论坛's Archiver
论坛
›
Matlab讨论区
› 请教matlab画图问题
tjufc
发表于 2013-3-25 08:16
请教matlab画图问题
这儿有20000个样本数据(采样频率是fs=1000hz,采集20秒),如果横坐标用时间(秒为单位)表示,如何画出该数据的波动曲线呢?请大家给以指点,谢谢啦!
ChaChing
发表于 2013-3-27 21:49
fs=1000; tt=; plot(tt,xx)
tjufc
发表于 2013-3-28 14:10
ChaChing 发表于 2013-3-27 21:49 static/image/common/back.gif
fs=1000; tt=; plot(tt,xx)
谢谢ChaChing 的帮助~
页:
[1]
查看完整版本:
请教matlab画图问题