代码搜索:MFiles
找到约 99 项符合「MFiles」的源代码
代码结果 99
www.eeworm.com/read/439651/7704360
m writeoutputfile.m
mFiles=dir('string*.m');
mFiles={mFiles.name};
for i=1:length(mFiles)
% ====== Execute each command
command=mFiles{i}(1:end-2);
fprintf('%d/%d: %s\n', i, length(mFiles), command);
outputFi
www.eeworm.com/read/238779/13326025
txt readme.txt
The time-frequency toolbox should now be matlab5 proof.
All the demos should also be ok.
For this, the following files have been modified, and must be put in
the following subdirectories :
www.eeworm.com/read/429798/8787955
cpp threadresult.cpp
/*
* Cppcheck - A tool for static C/C++ code analysis
* Copyright (C) 2007-2009 Daniel Marjamäki, Reijo Tomperi, Nicolas Le Cam,
* Leandro Penz, Kimmo Varis, Vesa Pikki
*
* This program is free s
www.eeworm.com/read/274679/10858429
m stbgeneratedoc.m
% STBgenerateDoc - generates html documentation.
% This is a wrapper for the m2html program with settings
% that work for the SaliencyToolbox. You must have m2html
% in the executable path, a
www.eeworm.com/read/268584/11132601
cpp displayinput.cpp
//
// MATLAB Compiler: 3.0
// Date: Mon May 24 15:47:05 2004
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/197918/7962128
m open2.m
%open2
FN1=filename;
set (gcf,'Name',['CG - FFT, File: ',FN1],'NumberTitle','off');
cd ..
cd CG_Files
s=['load ',FN1];
eval(s);
cd ..
cd mFiles
www.eeworm.com/read/197918/7962135
m open1.m
%open1
figure(1);
filename='CG1.mat';
cd ..
cd CG_Files
[filename,pathname] = uigetfile('*.mat','Choose File:');
s=[pathname filename];
cd ..
cd mFiles
open2;
www.eeworm.com/read/136989/5832312
makefile
# Makefile,v 1.1 2003/11/18 14:55:10 smcqueen Exp
#----------------------------------------------------------------------------
# GNU Workspace
#--------------------------------------------
www.eeworm.com/read/136989/5836037
makefile
#----------------------------------------------------------------------------
# GNU Workspace
#----------------------------------------------------------------------------
# Makefile,v 1.2