photo

baskar ayyakkannu


Last seen: casi 2 años hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Generating piecewise function and plotting it
solve the below error Operands to the logical AND (&&) and OR (||) operators must be convertible to logical scalar values. Use...

casi 2 años hace | 0

Respondida
Generating piecewise function and plotting it
function v = RocketVelocity(t) if t(0<=t && t<=8) v = 10*t^2-5*t; elseif 8<=t && t<=16 v = 624-3*t; elseif ...

casi 2 años hace | 0