photo

John


Last seen: plus d'un an il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2

Afficher les badges

Feeds

Afficher par

Question


invalid expression error.
B = 0.02; a = 0.1; f = 0.53; phi = 3*pi/4; t = -5:0.05:10; x = B^a*exp (-a*t) .*sin(...2*pi*f*t+phi); xu = x.*(t>O...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


fplot tolerance parameter error
x = inline (' (1/e) * ((t>0) & (t<=e))', 't', 'e' ); e = 1/100; t1 = -1; t2 = 5; t = [t1, t2]; fplot (x, t, 1e-5, 1000,...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Im getting a blank graph, and alot of errors.
x = inline ('t>0', 't'); t1 = -2; t2 = 6; t = [t1, t2]; fplot (x, t)

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


I'm getting an error using fplot, How do I get it to work?
When I try to run my code I keep getting this error. Warning: The tolerance parameter input to fplot has been removed. > In f...

plus d'un an il y a | 1 réponse | 0

1

réponse