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 Downloads
Updated 1 Sep 2016

View License

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.

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2006b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Stateflow in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.1

Updated license

1.1.0.0

Added copyright information.

1.0.0.0