How can I get the data size/length from a signal in Simulink?
Mostra commenti meno recenti
I'm currently trying to get the size/length of data from a signal in Simulink. I've already tried the Probe Block, but this only gave me the width of the signal. I'm trying to determine whether I've got 'single' or 'double' data on the signal. This should give me either 4 or 8 as the size/length based on the number of bytes.
Risposte (1)
Dimitris Kalogiros
il 18 Lug 2018
0 voti
Hi Tim
Try Display -> Sihnals & Ports -> Port Data Types

This forces simulink to show up the data type of block's ports
1 Commento
Tim Leschinsky
il 18 Lug 2018
Categorie
Scopri di più su Simulink in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!