代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/468934/6982277

txt instructions.txt

There are 2 versions of VB_ReadBMP, one for R11 and another for R12.1 and above (Can not remember which works for R12.0 but the tell-tale sign is whether or not there exists a file FREADU8.M in th
www.eeworm.com/read/475180/6793801

txt instructions.txt

There are 2 versions of VB_ReadBMP, one for R11 and another for R12.1 and above (Can not remember which works for R12.0 but the tell-tale sign is whether or not there exists a file FREADU8.M in th
www.eeworm.com/read/431059/8710241

asv fun.asv

function ECT=fun(x,par) n=x(1); h1=x(2); h2=x(3); k1=x(4); k2=x(5); % par=[M a b lmd1 lmd2 dlt1 dlt2 g T0 T1 T2 L0 L1 L2 alpha_U PL FJTJ]; M=par(1); a=par(2); b=par(3); lmd1=par(4);lmd2=par
www.eeworm.com/read/431059/8710270

m fun.m

function ECT=fun(x,par) n=x(1); h1=x(2); h2=x(3); k1=x(4); k2=x(5); % par=[M a b lmd1 lmd2 dlt1 dlt2 g T0 T1 T2 L0 L1 L2 alpha_U PL FJTJ]; M=par(1); a=par(2); b=par(3); lmd1=par(4);lmd2=par
www.eeworm.com/read/271333/11000045

m evolution function.m

%序参量演化方程 %the number of order parameter NumberOfOP = NumOfImage; %the number of step NumberOfStep = 400; %prepare attention parameter for m=1:NumberOfOP % lmd(m)=1; lmd(m)=1-abs(
www.eeworm.com/read/221537/14738607

m 渐消记忆递推最小二乘法matlab程序.m

u=[1.1470 0.2010 -0.7870 -1.5890 -1.0520 0.8660 1.1520 1.5730 0.6260... 0.4330 -0.9580 0.8100 -0.0440 0.9470 -1.4740 -0.7190 -0.0860 -1.0990... 1.4500
www.eeworm.com/read/220879/14785598

m rff.m

u=[1.1470 0.2010 -0.7870 -1.5890 -1.0520 0.8660 1.1520 1.5730 0.6260... 0.4330 -0.9580 0.8100 -0.0440 0.9470 -1.4740 -0.7190 -0.0860 -1.0990... 1.4500
www.eeworm.com/read/335856/12492223

asv pump.asv

ae=7.04e-25 aa=5.94e-25 lmd=980e-9 a=9e-6 h=6.63e-34 c=2e8 t=10e-3 ap=2.58e-25 lp=6 Pp= pth=pi*a^2*h*(c/lmd)/(t*ap) Lopt=(1/lp)*(log(ae/aa)*)
www.eeworm.com/read/147422/5729739

m marc.m

function [X_x,X_y]=marc(pl_x,pl_y,pm_x,pm_y,kk) [lmd_x,lmd_y] = midpoint(pl_x,pl_y, pm_x,pm_y); ang = angle(pm_x,pm_y, pl_x,pl_y); ang = 1.5*pi - ang; d = distance(pl_x,pl_y, pm_x,pm_y)*kk;
www.eeworm.com/read/376044/9334773

readme

README file for matlab2fmex.m CONTENTS: 0. DISCLAIMER 1. OBJECTIVE 2. MOTIVATION 3. BUG REPORTS and WISH LIST 4. MATLAB2FMEX CAPABILITIES 5. MATLAB2FMEX LIMITATIONS 6. HOW TO US MATLAB2FMEX 7