photo

Estee-Naomie Kadima


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 4 años hace | 1 respuesta | 0

1

respuesta