登录
首页 » matlab » cantilever-beam-master

cantilever-beam-master

于 2019-03-18 发布 文件大小:5KB
0 209
下载积分: 1 下载次数: 1

代码说明:

  计算梁单元的形函数,单位质量矩阵等,及其有限元组装,模拟运动情况。(The shape function and unit mass matrix of the beam element are calculated, and its finite element assembly is carried out to simulate the motion.)

文件列表:

cantilever-beam-master\ancf_shape.m, 217 , 2016-09-22
cantilever-beam-master\ancf_shapeDerivative.m, 152 , 2016-09-23
cantilever-beam-master\ancf_shapeDerivative2.m, 213 , 2016-09-23
cantilever-beam-master\axStrain.m, 370 , 2016-09-23
cantilever-beam-master\axStrainDerivative.m, 415 , 2016-09-24
cantilever-beam-master\CantileverDriver.m, 2278 , 2016-09-24
cantilever-beam-master\computeForce.m, 461 , 2016-09-22
cantilever-beam-master\computeForceInternal.m, 1008 , 2016-09-22
cantilever-beam-master\computeMassMatrix.m, 503 , 2016-09-22
cantilever-beam-master\curvat.m, 251 , 2016-09-23
cantilever-beam-master\curvat_deriv.m, 774 , 2016-09-23
cantilever-beam-master\gaussQuadrature.m, 883 , 2016-09-22
cantilever-beam-master\plotBeam.m, 804 , 2016-09-24
cantilever-beam-master, 0 , 2016-09-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • pn_eegPLV
    说明:  计算EEG数据集的锁相值(PLV)。 % %输入参数: eegData是3D矩阵numChannels x numTimePoints x numTrials srate是EEG数据的采样率filtSpec是用于在期望的感兴趣频带中过滤EEG信号的滤波器规范。 它是一个具有两个字段的结构,顺序和范围。 范围指定频带的限制,例如,对于伽马频带,使用filtSpec.range = [35 45]。 在filtSpec.order中指定FIR滤波器的顺序。 一个有用的经验法则可以包括约4到5个周期的所需信号。 例如,对于以500Hz采样的eeg数据,filtSpec.order = 50对应于100ms并且包含~4个周期的γ波段(40Hz)。(Computes the Phase Locking Value (PLV) for an EEG dataset. % % Input parameters: % eegData is a 3D matrix numChannels x numTimePoints x numTrials % srate is the sampling rate of the EEG data % filtSpec is the filter specification to filter the EEG signal in the % desired frequency band of interest. It is a structure with two % fields, order and range. % Range specifies the limits of the frequency % band, for example, put filtSpec.range = [35 45] for gamma band. % Specify the order of the FIR filter in filtSpec.order. A useful % rule of thumb can be to include about 4 to 5 cycles of the desired % signal. For example, filtSpec.order = 50 for eeg data sampled at % 500 Hz corresponds to 100 ms and contains ~4 cycles of gamma band % (40 Hz).)
    2019-04-23 20:00:42下载
    积分:1
  • 51智能循迹小车
    说明:  运用51单片机和红外设计的智能循迹小车,代码是c语言,L292n电机驱动模块(Intelligent Track Car Designed by 51 Single Chip Microcomputer and Infrared)
    2020-06-22 18:40:01下载
    积分:1
  • New-WinRAR-archive-(4)
    PIC PROGRAMS FOR MICROCONTROLLER
    2013-03-05 15:11:47下载
    积分:1
  • Visual C# 隐藏、显示开始按钮
    C# 隐藏、显示开始按钮,把Windows的开始菜单隐藏起来,看不到“开始”菜单了,Windows7则隐藏了窗口图标,不过这样会很不方便哦,本源码只是学习C#与Windows之间的相关编程技巧,下面的代码实现了隐藏显示开始菜单的功能:   [DllImport("user32.dll")]//寻找窗口列表中第一个符合指定条件的顶级窗口   public static extern int FindWindow(string lpClassName, string lpWindowName);   [DllImport("user32.dll")]//在窗口列表中寻找与指定条件相符的第一个子窗口   public static extern int FindWindowEx(int hWnd1, int hWnd2, string lpsz1, string lpsz2);   [DllImport("user32.dll")]//控制窗口的可见性   public static extern int ShowWindow(int hwnd, int nCmdShow);   private void button1_Click(object sender, EventArgs e)   {    if (radioButton1.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_HIDE);//隐藏开始按钮    else if (radioButton2.Checked)    ShowWindow(FindWindowEx(FindWindow("Shell_TrayWnd", null), 0, "Button", null), SW_SHOW);//显示开始按钮   }
    2022-05-20 11:42:02下载
    积分:1
  • a power real
    一个电力实时监控系统的VC实现,可以以此为参照进行进一步开发。-a power real-time monitoring system VC, be used as a reference for further development.
    2022-06-26 04:55:29下载
    积分:1
  • 工作流模版设计工具,本来是为一个项目配套开发的, 后来因种种原因没有使用。非立项的东西,自然是自己 的了。欢迎共同探讨联。 源代码是Delph...
    工作流模版设计工具,本来是为一个项目配套开发的, 后来因种种原因没有使用。非立项的东西,自然是自己 的了。欢迎共同探讨联。 源代码是Delphi实现的,Templet中本来有很多图的,都 删掉,自己尝试画吧 Mail: Hanfi@163.com MSN gdsoft@msn.com 行水流云-workflow template design tool was originally a project for supporting the development, and later, for various reasons, have not used. Non-establishment of the things that is naturally of their own. Welcome to explore together. Source code is Delphi, which was originally Templet many of the plans are deleted, try to plan it Mail : Hanfi@163.com MSN gdsoft@msn.com flow goes OK
    2022-05-21 09:38:02下载
    积分:1
  • clean code-代码整洁之道(中文完整版-带书签)
    说明:  代码整洁之道,网上下载的上传备份,谢谢下载(Code clean way, online download upload backup)
    2020-12-17 16:02:27下载
    积分:1
  • cisvm
    说明:  zhouzhihua老师的cisvm,写的非常好,大家一起参考学习(an example to show using CISVM to train a classifier with a cost interval)
    2019-04-25 23:30:07下载
    积分:1
  • dss_1-0
    信号消噪、盲源分离、这种信号的消噪,可以根据信号的特性进行消噪(Signal denoising, blind source separation, and de noising of such a signal can be de noised according to the characteristics of the signal.)
    2018-09-07 20:14:27下载
    积分:1
  • huinen_v39
    最大似然(ML)准则和最大后验概率(MAP)准则,GSM中GMSK调制信号的产生,多姿态,多角度,有不同光照。( Maximum Likelihood (ML) criteria and maximum a posteriori (MAP) criterion, GSM is GMSK modulation signal generation, Much posture, multi-angle, have different light.)
    2017-02-24 18:28:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载