ํ•„ํ„ฐ ์ง€์šฐ๊ธฐ
ํ•„ํ„ฐ ์ง€์šฐ๊ธฐ

How can I represent this equation on MATLAB

์กฐํšŒ ์ˆ˜: 1 (์ตœ๊ทผ 30์ผ)
Ibrahim swidan
Ibrahim swidan 2022๋…„ 4์›” 28์ผ
๋‹ต๋ณ€: KSSV 2022๋…„ 4์›” 28์ผ
How can I represent this equation on MATLAB
๐‘ฅ(๐‘ก) = 7 ๐‘๐‘œ๐‘  (3๐œ‹๐‘ก) ๐‘คโ„Ž๐‘’๐‘Ÿ๐‘’ 0โ‰ค๐‘กโ‰ค4

์ฑ„ํƒ๋œ ๋‹ต๋ณ€

KSSV
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๊ฐœ)

์นดํ…Œ๊ณ ๋ฆฌ

Help Center ๋ฐ File Exchange์—์„œ Mathematics์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ

ํƒœ๊ทธ

Community Treasure Hunt

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

Start Hunting!

Translated by