Community Profile

photo

Udaya Kiran S


Last seen: 4 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Operands to the || and && operators must be convertible to logical scalar values
controlSystemDesigner(tf(1,[1,1])) Error using controlSystemDesigner Operands to the logical AND (&&) and OR (||) operators mu...

1 year ago | 1 answer | 0

1

answer

Question


Why is the ODE45 producing NaN values for all the set of solutions?
FUNCTION FILE: function f = as1(z,F) if z>=0 && z < 9.5 qz = 96; elseif z >= 9.5 && z < 19.0 qz = 84; elseif z >= ...

1 year ago | 1 answer | 0

1

answer