The tlc can be saved as text file and has tracebilty.
Is it possible to using tlc in stateflow design? Or Any other suggestion to keep the tracebilty feature in sateflow project?
The tlc can be saved as text file and has tracebilty.
Is it possible to using tlc in stateflow design? Or Any other suggestion to keep the tracebilty feature in sateflow project?
Copyright © 2021 Jogjafile Inc.
If you mean m-code, and not tlc, then please edit your question to say m-code and remove all mention of tlc.
Can you use m-code in Stateflow? -- yes. See MATLAB Functions in a Stateflow Chart for an exmaple.
However, if you're doing code generation (and using the traceability features) then you have the same limitations on the use of m-code as you do with any use of Simulink Coder (or Embedded Coder).
There is a brief description of what the generated code will look like for a MATLAB Function block within Stateflow in the doc: Trace Stateflow elements in Generated Code.