photo

Estee-Naomie Kadima


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer