photo

indiphile mnge


2019 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


how do i plot a sawtooth graph without using the sawtooth function?
T = 10*(1/50); Fs = 1000; dt = 1/Fs; t = 0:dt:T-dt; x = sawtooth(2*pi*50*t); plot(t,x) grid on

6年弱 前 | 3 件の回答 | 1

3

回答