1 / 10
文档名称:

MATLAB求解连续梁.doc

格式:doc   大小:73KB   页数:10页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

MATLAB求解连续梁.doc

上传人:陈潇睡不醒 2021/2/28 文件大小:73 KB

下载得到文件列表

MATLAB求解连续梁.doc

文档介绍

文档介绍:附录一:MATLAB源程序
function varargout = sun(varargin)
% SUN MATLAB code for
% SUN, by itself, creates a new SUN or raises the existing
% singleton*.
%
% H = SUN returns the handle to a new SUN or the handle to
% the existing singleton*.
%
% SUN('CALLBACK',hObject,eventData,handles,...) calls the local
% function named CALLBACK in with the given input arguments.
%
% SUN('Property','Value',...) creates a new SUN or raises the
% existing singleton*. Starting from the left, property value pairs are
% applied to the GUI before sun_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to sun_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 sun

% Last Modified by GUIDE 04-Jun-2012 00:18:25

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', ***@sun_OpeningFcn, ...
'gui_OutputFcn', ***@sun_OutputFcn, ...
'gui_LayoutFcn', [] , ...