Not symbol in MATLAB stateflow

2 views (last 30 days)
Karthika V
Karthika V on 17 Aug 2022
Answered: Namit Joshi on 29 Aug 2022
I am facing an issue with matlab online. When I am using stateflow if I am writing conditional like a|b it automatically converts | to ~. similarly ! is also getting converted to ~.
This issue is not happening in matlab offline (tried in a friend's machine). however my PC does not have resources to install matlab offline. Can you please help how to resolve this issue

Answers (1)

Namit Joshi
Namit Joshi on 29 Aug 2022
Hi Karhika,
In MATLAB NOT symbol is represened by "~" instead of "!", therefore stateflow automatically changes the symbol.
Hope this helps!

Categories

Find more on Complex Logic in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!