资源简介
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个文件信息
相关资源
- Matlab的FFT算法程序-MATLAB_FFT.doc
- 关于水平集方法的拓扑优化代码-TOP
- 基于matlab的小波变换去噪处理三种方
-
基于Simuli
nk的DCDC电路的仿真模型- -
汽车动力学simuli
nk仿真程序很精典 - 自己搭建的锁相环电路PLL-pll0.mdl
- stateflow逻辑系统建模的部分程序-sta
- 大家一起讨论一下IEC电压闪变仪的仿
- 三电平DCDC变换器统一建模研究-三电平
- 分享HHT得到时频图的程序-hhspectrum.m
- 鼠笼型异步电机恒压频比控制仿真-
- matlab神经网络预测程序-预测.txt
- 三相整流器svpwm控制-threephasePWMrectif
- 很详细的摄像机标定讲义-摄像机标定
- 2psk2fsk调制源程序附测试结果图和实验
- 运用Arnold与Logistic的简单图像加密程序
- MatlabSOM神经网络分类程序-SOM神经网络
-
SIMUli
nk一个直驱风力发电并网模型模 - 信号与系统实验仿真系统的MATLAB实现
- 原创搭建的三相异步电机仿真模型-
- 三电平逆变电路仿真-Threelevel.mdl
- 利用MATLAB设计线性二次型最优控制器
- Matlab的RBF神经网络用于模式分类-RBF
-
15kW永磁同步电机PMSMsimuli
nk仿真建模 - polar码编码和译码
- MATLAB使用surf、contour3灵活绘制投影图
- 机器人控制系统的设计与MATLAB仿真:
- 本程序是拟牛顿法-bfgs算法的matlab代码
-
MATLAB机械臂简单控制仿真Simuli
nk篇 - 高斯过程回归GPR MATLAB
评论
共有 条评论