photo

baskar ayyakkannu


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

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

2 years ago | 0

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

2 years ago | 0