代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/206731/7457150
m fil.m
function [out]=fil(in,f);
%
% Filters the data using a first order filter
%
% [out]=fil(in,f);
%
% f is a vector containing the filter constants
%
% Updated to use MATLAB's built in filter rou
www.eeworm.com/read/451487/7462869
m finish.m
button = questdlg('Ready to quit?', ...
'Exit Dialog','Yes','No','No');
switch button
case 'Yes',
disp('Exiting MATLAB');
%Save variables to matlab.mat
save
www.eeworm.com/read/450596/7480661
readme
-----------------------------------------
--- MATLAB/OCTAVE interface of LIBSVM ---
-----------------------------------------
Table of Contents
=================
- Introduction
- Installation
- Usag
www.eeworm.com/read/449771/7496728
m speedup3.m
function Speedup3
% Speedup3.m
% 功能:比较具有相同功能的自定义函数与MATLAB内部函数的运行速度
%
% 加快MATLAB执行程序的方法之三:尽量使用MATLAB内部函数(包括各种工具箱函数)
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
%
www.eeworm.com/read/448905/7522804
m basics.m
% Appendix F: MATLAB Basics, Section F.2, p. 818-823.
%
% The MATLAB input/output described in Section F.2, including
% Figures F.1 - F.11 are shown here. After each subtopic, a
% pause is
www.eeworm.com/read/448535/7531269
listoffigures
List of figures, captions, and files.
NOTES:
1) ALL figure files go in the 'pictures' subdirectory
2) files ending in .fig were created using xfig using the transdev package
------------------
www.eeworm.com/read/447020/7560201
m mexcdf.m
function [varargout] = mexcdf(varargin)
% mexcdf -- Driver for Matlab-5/NetCDF C-Language interface.
% mexcdf('action', ...) performs the specified NetCDF action.
% When writing or reading a N
www.eeworm.com/read/447020/7560203
m ncmemory.m
function theResult = ncmemory(theNetCDF)
% ncmemory -- Estimate Matlab memory for NetCDF file.
% ncmemory(theNetCDF) estimates the amount of Matlab
% memory that would be required to load all
www.eeworm.com/read/447020/7560269
m ncextract.m
function theResult = ncextract(theNCObject, theOutputName)
% ncextract -- GUI for NetCDF data extraction.
% ncextract(theNCObject, 'theOutputName') presents a dialog
% for guiding the extracti