Community Profile

photo

John


Last seen: 12 mesi fa Attivo dal 2023

Statistiche

  • Thankful Level 2

Visualizza badge

Content Feed

Visto da

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta