photo

Estee-Naomie Kadima


Last seen: plus de 3 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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...

presque 4 ans il y a | 1 réponse | 0

1

réponse

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...

presque 4 ans il y a | 1 réponse | 0

1

réponse