• 大小: 626KB
    文件类型: .rar
    金币: 1
    下载: 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个文件信息

评论

共有 条评论