Hi how can id do this plot f = 5sin⁡(10pi*t) over one period

4 次查看(过去 30 天)
Hi how can id do this plot f = 5sin(10pi*t) over one period

采纳的回答

Stephen23
Stephen23 2016-2-11
编辑:Stephen23 2016-2-11
>> N = 200;
>> t = linspace(0,2/10,N);
>> v = 5*sin(10*pi*t);
>> plot(t,v)
creates this:

更多回答(1 个)

Waleed Alrabghi
Waleed Alrabghi 2016-2-11
Thank you Stephen :)

类别

Help CenterFile Exchange 中查找有关 MATLAB 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by