How can I represent this equation on MATLAB
์กฐํ ์: 1 (์ต๊ทผ 30์ผ)
์ด์ ๋๊ธ ํ์
How can I represent this equation on MATLAB
๐ฅ(๐ก) = 7 ๐๐๐ (3๐๐ก) ๐คโ๐๐๐ 0โค๐กโค4
๋๊ธ ์: 0
์ฑํ๋ ๋ต๋ณ
KSSV
2022๋
4์ 28์ผ
Extend the example to your case.
n = 100 ;
t = linspace(0,4,n) ;
x = 2*sin(3*pi*t) ;
plot(t,x)
๋๊ธ ์: 0
์ถ๊ฐ ๋ต๋ณ (0๊ฐ)
์ฐธ๊ณ ํญ๋ชฉ
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!