Comparison 4 numbers without using if action in simulink
Show older comments
I designed a model simulink to find an index of maximum number among 4 numbers, using if action can help me, but the problem is I need to transfer the model into the VHDL code using hdl coder which is not support if action. can someone help me to find a way without using if action, please?
Answers (2)
Kiran Kintali
on 28 Aug 2023
1 vote
In case you are using Simulink and have access to DSP System Toolbox, max block from the library also provides an optional second output that computes the index where maximum is found.
1 Comment
Arwa Salem
on 29 Aug 2023
Categories
Find more on HDL Coder 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!