photo

Estee-Naomie Kadima


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How i check to see that the function returns x and y data set in a 0 to 1 second time interal
Firstly how do i turn the following script into a function? t=0:0.01:10 ac= inputdlg('Enter a value for the amplitude'); a= s...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How can i plot a sine wave using parameters input by user?
clc; close all; clear all; t=0:0.01:10 a= inputdlg f=0.5; y= a*sin(2*pi*f*t) subplot(2,1,1) plot(t,y); axis([-10 10 -10...

거의 4년 전 | 답변 수: 1 | 0

1

답변