You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
ISOPEN_SYSTEM(SYS) returns logical 1 (true) if the simulink system SYS is loaded/open and logical 0 (false) otherwise.
Input SYS to function may be string or cell of strings, output will be corresponding sized array of logicals.
Example
isopen_system('mysys') returns 0
new_system('mysys')
isopen_system('mysys') returns 1
close_system('mysys')
isopen_system({'mysys','simulink'}) returns [0 1]
Cite As
Per-Anders Ekstrom (2026). isopen_system (https://se.mathworks.com/matlabcentral/fileexchange/13855-isopen_system), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.33 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
