An Embedded MATLAB Approach for String Support in Stateflow

This example demonstrates one approach using Embedded MATLAB to output strings from a Stateflow char
1,6K téléchargements
Mise à jour 1 sept. 2016

Afficher la licence

Strings are commonly allocated in Stateflow through the use of an array that is a container of ASCII values. When reviewing the model, it is not immediately apparent what the ASCII values represent so it is ideal to be able to use actual character strings. This example demonstrates how an Embedded MATLAB function can be used to allocate character strings and assign a variable in Stateflow equal to the string.

Citation pour cette source

Chris Fillyaw (2024). An Embedded MATLAB Approach for String Support in Stateflow (https://www.mathworks.com/matlabcentral/fileexchange/13305-an-embedded-matlab-approach-for-string-support-in-stateflow), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2006b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Stateflow dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.1.0.1

Updated license

1.1.0.0

Added copyright information.

1.0.0.0