×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Really simple problem...... IF function????

Really simple problem...... IF function????

Really simple problem...... IF function????

(OP)
I cannot believe that there isn't a block for an IF command or a high value wins block. All I want to do is only allow the highest value to pass through to the output i.e.

Input x and y. IF x>y then output is x but if y>x then the output is y.

I have been through the library and can't find anything but surely you must be able to do this using a Simulink block...

Hope someone can help...

RE: Really simple problem...... IF function????

Why can't you used the MinMax math operator?

TTFN

RE: Really simple problem...... IF function????

Perhaps you can add a block with Matlab script/function to implement it.

RE: Really simple problem...... IF function????

You can use the relational operator from the math operations library. there you have two inputs that you can compare.
For example if your inputs are x and y and you choose >= the block will compare x and y. If x>=y the output will be 1 if x<y the output will be 0.
I hope this helps.
Bye.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources