91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 626KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-14
  • 語言: Matlab
  • 標簽: matlab??

資源簡介

Matlab程序設計平面剛架求解器原創-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??Rigidframe\about.fig

?????文件???????4744??2010-03-27?19:41??Rigidframe\about.m

?????文件???????5681??2010-03-29?17:03??Rigidframe\cailiao.fig

?????文件??????12514??2010-03-31?11:03??Rigidframe\cailiao.m

?????文件??????11936??2010-03-29?17:04??Rigidframe\chicun.fig

?????文件??????10764??2010-03-28?13:44??Rigidframe\chicun.m

?????文件???????3158??2010-03-31?21:23??Rigidframe\danyuanxihua.fig

?????文件???????4289??2010-03-31?21:35??Rigidframe\danyuanxihua.m

?????文件???????2955??2010-03-29?17:04??Rigidframe\datastyle.fig

?????文件???????3268??2010-03-27?19:02??Rigidframe\datastyle.m

?????文件???????5724??2010-03-29?17:06??Rigidframe\definedisplacement.fig

?????文件??????12049??2010-03-31?22:31??Rigidframe\definedisplacement.m

?????文件???????3773??2010-03-29?17:09??Rigidframe\defineelement.fig

?????文件???????5167??2010-03-30?12:29??Rigidframe\defineelement.m

?????文件???????5869??2010-03-29?17:07??Rigidframe\defineload.fig

?????文件??????15349??2010-03-31?22:31??Rigidframe\defineload.m

?????文件???????3670??2010-03-29?17:07??Rigidframe\definenode.fig

?????文件???????6436??2010-03-31?21:08??Rigidframe\definenode.m

?????文件????????759??2010-04-03?21:14??Rigidframe\duijiaochengdashu.m

?????文件????????631??2010-03-21?22:43??Rigidframe\duijiaogaiyi.m

?????文件????????256??2010-04-04?21:10??Rigidframe\Element.mat

?????文件????????221??2010-04-03?19:29??Rigidframe\Element2.mat

?????文件????????211??2010-03-31?20:40??Rigidframe\Element3.mat

?????文件???????6874??2010-04-03?22:33??Rigidframe\FigidframeFEM.fig

?????文件??????15021??2010-04-04?20:12??Rigidframe\FigidframeFEM.m

?????文件????????279??2010-04-04?21:12??Rigidframe\Node.mat

?????文件????????214??2010-04-03?19:30??Rigidframe\Node2.mat

?????文件????????276??2010-03-31?20:40??Rigidframe\Node3.mat

?????文件???????3455??2010-03-31?21:56??Rigidframe\numbering.fig

?????文件???????6857??2010-03-31?21:12??Rigidframe\numbering.m

............此處省略26個文件信息

評論

共有 條評論