editorwindow.m

版本 1.0.0.1 (706 字节) 作者: Brett Shoelson
Programmatically launch or activate MATLAB's Editor Window
353.0 次下载
更新时间 2016/9/1

查看许可证

Akin to MATLAB's |commandwindow| and |commandhistory|, |editorwindow| will programmatically activate the Editor Window.
If the Editor Window is not open, editorwindow will open it, same as 'edit'.
If the Editor Window is open but not active, this function will activate it, placing the cursor in the current document.

editorwindow('myFile') will activate the Editor Window with the specified file, opening it if necessary.

引用格式

Brett Shoelson (2024). editorwindow.m (https://www.mathworks.com/matlabcentral/fileexchange/47956-editorwindow-m), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Updated license

1.0.0.0