資源簡介
Matlab程序設計平面剛架求解器原創-RigidFrame.rar
換個瀏覽器重新發....
用MATLAB的GUI實現有限單元法求解平面剛架問題,可以進行簡單的前后處理,得到結果。
直接上圖:
平面剛架求解器.JPG 平面鋼架求解器
定義結點和單元.JPG
定義位移和載荷.JPG
定義材料.JPG
位移圖像.JPG
細化單元.JPG
顯示控制.JPG
結果顯示.JPG
數據說明.JPG
說明.JPG
RigidFrame.rar
換個瀏覽器重新發....
用MATLAB的GUI實現有限單元法求解平面剛架問題,可以進行簡單的前后處理,得到結果。
直接上圖:
平面剛架求解器.JPG 平面鋼架求解器
定義結點和單元.JPG
定義位移和載荷.JPG
定義材料.JPG
位移圖像.JPG
細化單元.JPG
顯示控制.JPG
結果顯示.JPG
數據說明.JPG
說明.JPG
RigidFrame.rar

代碼片段和文件信息
function?varargout?=?about(varargin)
%?ABOUT?M-file?for?about.fig
%??????ABOUT?by?itself?creates?a?new?ABOUT?or?raises?the?existing
%??????singleton*.
%
%??????H?=?ABOUT?returns?the?handle?to?a?new?ABOUT?or?the?handle?to
%??????the?existing?singleton*.
%
%??????ABOUT(‘CALLBACK‘hobjecteventDatahandles...)?calls?the?local
%??????function?named?CALLBACK?in?ABOUT.M?with?the?given?input?arguments.
%
%??????ABOUT(‘Property‘‘Value‘...)?creates?a?new?ABOUT?or?raises?the
%??????existing?singleton*.??Starting?from?the?left?property?value?pairs?are
%??????applied?to?the?GUI?before?about_OpeningFcn?gets?called.??An
%??????unrecognized?property?name?or?invalid?value?makes?property?application
%??????stop.??All?inputs?are?passed?to?about_OpeningFcn?via?varargin.
%
%??????*See?GUI?Options?on?GUIDE‘s?Tools?menu.??Choose?“GUI?allows?only?one
%??????instance?to?run?(singleton)“.
%
%?See?also:?GUIDE?GUIDATA?GUIHANDLES
%?Edit?the?above?text?to?modify?the?response?to?help?about
%?Last?Modified?by?GUIDE?v2.5?27-Mar-2010?18:30:54
%?Begin?initialization?code?-?DO?NOT?EDIT
gui_Singleton?=?1;
gui_State?=?struct(‘gui_Name‘???????mfilename?...
???????????????????‘gui_Singleton‘??gui_Singleton?...
???????????????????‘gui_OpeningFcn‘?@about_OpeningFcn?...
???????????????????‘gui_OutputFcn‘??@about_OutputFcn?...
???????????????????‘gui_LayoutFcn‘??[]??...
???????????????????‘gui_Callback‘???[]);
if?nargin?&&?ischar(varargin{1})
????gui_State.gui_Callback?=?str2func(varargin{1});
end
if?nargout
????[varargout{1:nargout}]?=?gui_mainfcn(gui_State?varargin{:});
else
????gui_mainfcn(gui_State?varargin{:});
end
%?End?initialization?code?-?DO?NOT?EDIT
%?---?Executes?just?before?about?is?made?visible.
function?about_OpeningFcn(hobject?eventdata?handles?varargin)
%?This?function?has?no?output?args?see?OutputFcn.
%?hobject????handle?to?figure
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)
%?varargin???command?line?arguments?to?about?(see?VARARGIN)
%?Choose?default?command?line?output?for?about
handles.output?=?hobject;
%?Update?handles?structure
guidata(hobject?handles);
%?UIWAIT?makes?about?wait?for?user?response?(see?UIRESUME)
%?uiwait(handles.figure1);
%?---?Outputs?from?this?function?are?returned?to?the?command?line.
function?varargout?=?about_OutputFcn(hobject?eventdata?handles)?
%?varargout??cell?array?for?returning?output?args?(see?VARARGOUT);
%?hobject????handle?to?figure
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)
%?Get?default?command?line?output?from?handles?structure
varargout{1}?=?handles.output;
function?edit1_Callback(hobject?eventdata?handles)
%?hobject????handle?to?edit1?(see?GCBO)
%?eventdata??reserved?-?to?be?defined?in?a?future?version?of?MATLAB
%?handles????structure?with?handles?and?user?data?(see?GUIDATA)
%?Hints:?get(hobject‘String‘)?returns?co
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2608??2010-03-29?17:07??Rigidfr
?????文件???????4744??2010-03-27?19:41??Rigidfr
?????文件???????5681??2010-03-29?17:03??Rigidfr
?????文件??????12514??2010-03-31?11:03??Rigidfr
?????文件??????11936??2010-03-29?17:04??Rigidfr
?????文件??????10764??2010-03-28?13:44??Rigidfr
?????文件???????3158??2010-03-31?21:23??Rigidfr
?????文件???????4289??2010-03-31?21:35??Rigidfr
?????文件???????2955??2010-03-29?17:04??Rigidfr
?????文件???????3268??2010-03-27?19:02??Rigidfr
?????文件???????5724??2010-03-29?17:06??Rigidfr
?????文件??????12049??2010-03-31?22:31??Rigidfr
?????文件???????3773??2010-03-29?17:09??Rigidfr
?????文件???????5167??2010-03-30?12:29??Rigidfr
?????文件???????5869??2010-03-29?17:07??Rigidfr
?????文件??????15349??2010-03-31?22:31??Rigidfr
?????文件???????3670??2010-03-29?17:07??Rigidfr
?????文件???????6436??2010-03-31?21:08??Rigidfr
?????文件????????759??2010-04-03?21:14??Rigidfr
?????文件????????631??2010-03-21?22:43??Rigidfr
?????文件????????256??2010-04-04?21:10??Rigidfr
?????文件????????221??2010-04-03?19:29??Rigidfr
?????文件????????211??2010-03-31?20:40??Rigidfr
?????文件???????6874??2010-04-03?22:33??Rigidfr
?????文件??????15021??2010-04-04?20:12??Rigidfr
?????文件????????279??2010-04-04?21:12??Rigidfr
?????文件????????214??2010-04-03?19:30??Rigidfr
?????文件????????276??2010-03-31?20:40??Rigidfr
?????文件???????3455??2010-03-31?21:56??Rigidfr
?????文件???????6857??2010-03-31?21:12??Rigidfr
............此處省略26個文件信息
評論
共有 條評論