Community Profile

photo

Joshua Primeaux


Last seen: 2 years ago Active since 2021

Statistics

Content Feed

View by

Question


Unrecognized function or variable
syms t x(t) = piecewise (t>=0, sin(3*t), t>=2*pi, sin(3*t)^2, t>3*pi,0); t1 =0:0.1:3*pi; x=subs(x,t,t1); plot(t1,x) xlabel(...

2 years ago | 3 answers | 0

3

answers