自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (7)
  • 收藏
  • 关注

空空如也

SIMPLE算法Matlab代码

%--------------------------------------------------------% % SIMPLE Algorithm - staggered mesh % Incompressible Lid-driven Flow in Cavity %--------------------------------------------------------%

2018-01-25

Matlab平板(2D)空中运动轨迹模拟代码

2D运动轨迹模拟代码-依据Holmas模型编写 Trajectory of 2D plate based on Holmes's model 包括主程序及气动系数计算代码: Trajectory_of_plate_2D.m c_l.m C_Lr.m Cd.m Cl.m Cm.m Cn.m sign.m

2018-01-25

Matlab通用3D圆生成代码

Matlab通用3D圆生成代码 % input: n0=[0,0,1]'; % unit normal vector before rotation % circle 1 % Pc=[0,0,0]'; % circle's center point % R=10; % radius % n1=[0,1,0]'; % unit normal vector after rotation

2018-01-25

多功能Matlab进度条

function progressbar(varargin) % Description: % progressbar() provides an indication of the progress of some task using % graphics and text. Calling progressbar repeatedly will update the figure and % automatically estimate the amount of time remaining. % This implementation of progressbar is intended to be extremely simple to use % while providing a high quality user experience.

2018-01-25

计算点到曲线距离的Matlab代码

function [xy,distance,t_a] = distance2curve(curvexy,mapxy,interpmethod) % distance2curve: minimum distance from a point to a general curvilinear n-dimensional arc % usage: [xy,distance,t] = distance2curve(curvexy,mapxy) % uses linear curve segments % usage: [xy,distance,t] = distance2curve(curvexy,mapxy,interpmethod)

2018-01-25

Bezier曲线Matlab代码

Matlab编写的代码用以生成Bezier曲线 % 2D Bezier Curve % This will plot a 2D Bezier curve for n control points

2018-01-25

Karman Vortex Street behind a Circular Cylinder by the Series Truncation Method

采用新的数值方法详细计算了不同Re下圆柱绕流流场,研究了卡门涡街

2014-10-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除