fetch the datatype of input signal in simulink without using Mscript

2 views (last 30 days)
Is there any way to fetch the datatype of input signal in simulink without using Mscript. I want to connect a Fcn block to a Inport. According to Inport datatype there shall be different logic. So I want to find datatype of Inport using the Fcn block. I tried "get_param(u,'SignalType')" and its a syntax error.
Please provide me some suggestion on this

Answers (0)

Community Treasure Hunt

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

Start Hunting!