comparison of "greater than" between two functions with variables

2 views (last 30 days)
Hi, There is a function in matlab to do a comparison of "greater than" between two functions, which contain variables and constants. Best regards
  2 Comments
Star Strider
Star Strider on 11 Apr 2015
No, there is not.
You can always test function outputs, but there is no way for MATLAB to know whether one function is ‘greater than’ another function. Function handles cannot be used as arguments for relational logic functions.

Sign in to comment.

Answers (0)

Categories

Find more on Testing Frameworks in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!