Community Profile

photo

Sam


UCLA

Active since 2013

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


How can I write the MATLAB code f(x) = x + 5 for 0<x<10?
The following code did not solve the problem. if ((0 < x) | (x < 100)) y = x + 5 end

10 years ago | 4 answers | 0

4

answers