代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/147529/5728626
m display1.m
function varargout = display1(flag,varargin)
% DISPLAY1 displays progress information during optimization.
% FIGTR = DISPLAY1('init',itbnd,tol,showstat,nbnds,x,g,l,u)
% does the initialization
www.eeworm.com/read/147529/5728649
m optimfcnchk.m
function [allfcns,msg] = optimfcnchk(funstr,caller,lenVarIn,gradflag,hessflag,constrflag)
% OPTIMFCNCHK Pre- and post-process function expression for FUNCHK.
% [ALLFCNS,MSG] = OPTIMFCNCHK(FUNSTR,C
www.eeworm.com/read/147529/5728836
m display1.m
function varargout = display1(flag,varargin)
% DISPLAY1 displays progress information during optimization.
% FIGTR = DISPLAY1('init',itbnd,tol,showstat,nbnds,x,g,l,u)
% does the initialization
www.eeworm.com/read/147529/5728859
m optimfcnchk.m
function [allfcns,msg] = optimfcnchk(funstr,caller,lenVarIn,gradflag,hessflag,constrflag)
% OPTIMFCNCHK Pre- and post-process function expression for FUNCHK.
% [ALLFCNS,MSG] = OPTIMFCNCHK(FUNSTR,C
www.eeworm.com/read/147422/5729156
m arma_sa.m
%
% Callback function for Save button of ARMA analysis window
% Author : Minkyu Lee
% Date : 16-Jul-1996
%
cwd=pwd;
[fname pathname]=uiputfile('*.dat','Save file (ASCII)');
S=sprintf('cd %s',
www.eeworm.com/read/147422/5729196
m lp_ma_arma_sa.m
%
% Callback function for Save button of ARMA MA and LP analyses windows
% Author : Karthik
% Date : May 27 1997
cwd=pwd;
[fname pathname]=uiputfile('*.dat','Save file (ASCII)');
S=sprintf('
www.eeworm.com/read/147422/5729204
m spec_sa.m
%
% Callback function for Save button of ARMA analysis window
% Author : Karthik
% Date : May 27 1997
[fname pathname]=uiputfile('*.dat','Save file (ASCII)');
S=sprintf('cd %s',cwd);
eval(S)
www.eeworm.com/read/147422/5729354
m ti_save.m
%
% Callback function for Save button for Time analysis
% Author : D. G. Childers
% Date : 3-27-97
%
val=get(time_save_h,'Value');
if val == 1
%Start Energy Save Routine
www.eeworm.com/read/147422/5729404
m loadsp1.m
% Function : load speech file.
%function speech=loadsp()
cwd=pwd;
%ax1=axes('Position',[0.05 0.80 0.8 0.1]);
%ax2=axes('Position',[0.05 0.55 0.8 0.1]);
%ax3=axes('Position',[0.05 0.30 0.8 0.1
www.eeworm.com/read/147422/5729581
m conv1.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% conv1.m
% jmw
% 9/21/93
%
% script to convert from esps to matlab
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%