gmvizgui.m
来自「matlab有限元分析工具,比经较全面的一个手册,请大家下载呀」· M 代码 · 共 18 行
M
18 行
function gmvizgui% gmvizgui: Brings the GUI for gmviz out of hidingglobal GMVIZGUI_HANDLEset(GMVIZGUI_HANDLE,'visible','on');figure(GMVIZGUI_HANDLE)% ------------------------------------------------------------------% Copyright (c) 1999 by Cornell University. All rights reserved.% See the accompanying file 'Copyright' for authorship information,% the terms of the license governing this software, and disclaimers% concerning this software.% ------------------------------------------------------------------% This file is part of the QMG software. % Version 2.0 of QMG, release date September 3, 1999% ------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?