登录
首页 » matlab » MATLABProgramSourceCode

MATLABProgramSourceCode

于 2010-07-08 发布 文件大小:653KB
0 242
下载积分: 1 下载次数: 1

代码说明:

  这是科学运算语言MATLAB程序设计有关的函数代码(This is a scientific computing language of MATLAB programming code related to the function)

文件列表:

@polynom
........\char.m,471,2000-05-07
........\display.m,143,2000-05-07
........\double.m,64,2000-05-07
........\minus.m,159,2000-05-07
........\mpower.m,209,2000-05-07
........\mtimes.m,111,2000-05-07
........\plus.m,157,2000-05-07
........\polynom.m,307,2000-05-07
........\polyval.m,91,2000-05-07
apolloeq.m,363,2000-05-07
ball_bounce.m,1729,2000-05-07
bmpSigns.mat,5000,2000-04-04
c6ftest.c,10829,2000-05-05
c6ftest.cpp,9446,2000-05-05
c6ftest.exe,126976,2000-05-05
c6ftest.h,459,2000-05-05
c6ftest.hpp,435,2000-05-05
c6ftest.m,2020,2000-04-05
c6ftest.mat,1720,2000-04-05
c6ftest_mainhg.c,1484,2000-05-05
c6ftest_mainhg.cpp,1281,2000-05-05
c7fpid1.mdl,7400,2000-04-27
c7fsim2.mdl,7199,2000-03-27
c7fsim2_tmp.mdl,6133,2000-03-27
c7_MATLAB_Notebook.doc,91136,2000-06-24
Contents.m,3519,2000-06-30
convs.m,178,2000-06-05
dadao.au,402668,1999-02-25
diffctr.m,1197,2000-05-07
draw_3d_graph.m,188,2000-05-07
exec_bouncing.m,671,2000-05-07
file_print.m,534,2000-05-07
frac_tree.c,7477,2000-04-18
frac_tree.dll,9728,2000-04-18
frac_tree.h,619,2000-04-18
frac_tree.m,657,2000-05-07
frac_tree1.c,835,2000-04-19
frac_tree1.dll,40960,2000-04-19
frac_tree2.c,838,2000-04-16
frac_tree2.dll,7168,2000-04-09
frac_tree3.c,838,2000-04-16
frac_tree3.dll,7168,2000-04-04
frac_tree_c.dll,9728,2000-04-18
frac_tree_main.c,1345,2000-04-18
frac_tree_mex.c,1003,2000-04-18
frac_tree_p.cpp,4498,2000-04-18
frac_tree_p.hpp,344,2000-04-18
frac_tree_p.m,557,2000-05-08
frac_tree_plt.c,7389,2000-04-18
frac_tree_plt.h,617,2000-04-18
frac_tree_plt.m,493,2000-05-08
frac_tree_plt_mex.c,1027,2000-04-18
frac_tree_p_main.cpp,915,2000-04-18
frac_tree_s.c,7294,2000-04-19
frac_tree_s.h,457,2000-04-19
frac_tree_s.m,563,2000-05-08
frac_tree_s_main.c,1357,2000-04-19

gshwfrac.m,470,2000-05-07
gui_counter.m,1021,2000-04-06
gui_counter1.m,972,2000-04-05
gui_demo.m,1231,2000-05-07
gui_demo_ctx.m,1603,2000-04-05
g_lower.m,116,2000-05-07
g_upper.m,115,2000-05-07
julia.m,309,2000-06-19
lorenzeq.m,248,2000-05-07
matrix_editor.m,276,2000-05-08
matx_edit.xls,13824,2000-04-27
mat_inv.m,753,2000-05-07
mex_cell.c,547,2000-04-16
mex_cell.dll,6656,2000-04-16
mex_eigens.c,944,2000-04-17
mex_eigens.dll,6656,2000-04-17
mex_engine.c,595,2000-04-17
mex_engine.dll,6656,2000-04-17
mex_ex7_1.c,745,2000-06-24
mex_ex7_1.dll,40960,2000-04-28
mex_ex7_1.m,163,2000-05-08
mex_ex7_1a.c,936,2000-04-28
mex_ex7_1a.dll,40960,2000-04-28
mex_ex7_1a.m,163,2000-05-08
mex_matp.c,1070,2000-04-17
mex_matp.exe,8152,2000-04-17
mex_matproc.c,374,2000-06-24
mex_matproc.dll,6656,2000-04-17
mex_mattrans.c,940,2000-04-19
mex_mattrans.dll,40960,2000-04-28
mex_mysin1.c,706,2000-06-30
mex_mysin1.dll,6656,2000-06-30
mex_mysin2.c,860,2000-04-17
mex_mysin2.dll,40960,2000-04-17
mex_string.c,664,2000-04-28
mex_string.dll,32768,2000-04-28
mex_strmat.c,967,2000-04-28
mex_strmat.dll,32768,2000-04-28
my2deq.m,254,2000-05-07
my2dfun.m,191,2000-05-07
myerrf.m,141,2000-05-07

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

发表评论

0 个回复

  • gradient descent
    说明:  梯度下降法是一個一階最佳化算法,通常也稱為最速下降法。 要使用梯度下降法找到一個函數的局部極小值,必須向函數上當前點對應梯度(或者是近似梯度)的反方向的規定步長距離點進行疊代搜索。如果相反地向梯度正方向疊代進行搜索,則會接近函數的局部極大值點;這個過程則被稱為梯度上升法。(The gradient descent method is a first-order optimization algorithm, also commonly referred to as the steepest descent method. To find the local minimum of a function using the gradient descent method, an iterative search must be performed to the specified step distance point in the opposite direction of the gradient (or approximate gradient) of the current point on the function. If the search is reversed in the opposite direction to the positive direction of the gradient, it will approach the local maximum point of the function; this process is called the gradient ascent method.)
    2019-02-21 23:13:19下载
    积分:1
  • NewMatlab
    说明:  对轴承的润滑方程进行数值求解仿真,可求解油膜压力,厚度等的分布情况(The lubrication equation of bearing is numerically solved and simulated)
    2020-08-15 20:49:12下载
    积分:1
  • AttDet_16_3_2009
    GPS 多天线系统的姿态确定,matlab工具箱(A MATLAB toolbox for attitude determination with GPS multi-antenna systems)
    2021-04-28 20:38:43下载
    积分:1
  • RobotSimulator
    机器人仿真程序,有界面和运行系统,供初学者学习(robot simulator,just for preliminary learner to study。Thank you very much。haha )
    2010-11-25 15:52:32下载
    积分:1
  • AF-MATLAB
    放大转发中继通信,理论误码率,蒙特卡洛误码率,直传误码率仿真,信道容量,中断概率,功率分配仿真(Enlarge forwarding relay communication, error rate theory, Monte Carlo error rate, BER simulation forward pass, channel capacity, outage probability, power distribution simulation)
    2021-02-10 21:39:52下载
    积分:1
  • DoAUCA
    DOA estimation for uniform circular array
    2010-12-07 19:21:16下载
    积分:1
  • Matlab
    说明:  matlab 函数查询 matlab 函数查询(matlab functions matlab function query query)
    2011-04-02 09:34:26下载
    积分:1
  • FBP
    基于matlab的fbp滤波反投影算法(Based on the fbp matlab filter back projection algorithm)
    2010-05-09 17:56:52下载
    积分:1
  • ChaosToolbox1p0_trial
    混沌时间序列预测工具箱,包括了李雅普诺夫指数、分形纬、嵌入纬以及神经网络预测(chaotic time series forecasting tool kit, including the Lyapunov exponent, fractal-wai, Wei and embedded neural network prediction)
    2007-04-25 15:04:30下载
    积分:1
  • easyyougai
    用于ABAQUS显示分析的子程序,材料本构模型内嵌断裂准则,可用于单元删除。(用于ABAQUS显示分析的子程序,材料本构模型内嵌断裂准则,可用于单元删除。 用于ABAQUS显示分析的子程序,材料本构模型内嵌断裂准则,可用于单元删除。 ABAQUS analysis for the display subroutine, material constitutive model embedded fracture criteria, can be used to remove the unit.)
    2017-02-20 15:59:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载