photo

Estee-Naomie Kadima


Last seen: 3 years 前 自 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答