代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/380138/9160371

m runexp.m

%RunExp >> Automation function % Usage : RunExp(noRuns, ExitAction) %e.g. RunExp(25, 1); -> Runs each experminet for 25 trials and Exits matlab when doen. % Arguments : (optional) noRuns ->
www.eeworm.com/read/182900/9186737

m lcplottf.m

function LCplotTF(H,L0,param) % LCplotTF(H,L0,param) %Plot some graphs associated with the LC system. % %Arguments % H The closed-loop noise transfer function (in z). % L0 The open-loop tf (in s) from
www.eeworm.com/read/378164/9249498

m vitdec.m

function varargout = vitdec(code,trellis,tblen,opmode,dectype,varargin) %VITDEC Convolutionally decode binary data using the Viterbi algorithm. % DECODED = VITDEC(CODE,TRELLIS,TBLEN,OPMODE,DECTYPE
www.eeworm.com/read/377986/9254995

c dandi.c

/*************************************************************************** * Copyright (C) 2005 by kongyang * * be_heack@hotmail.com
www.eeworm.com/read/375212/9368823

m pcrcvrnd.m

function [press,cumpress,minpc,b,p,qlim,t2lim,tvar] = pcrcvrnd(x,y,split,iter,pc,np,mc) %PCRCVRND Cross validation for PCR models % Inputs are the matrix of predictor variables (x), matrix % of p
www.eeworm.com/read/375212/9368837

m pltscrs.m

function pltscrs(scores,labels) %PLTSCRS Plots scores from PCA % This function may be used to make 2-D and 3-D plots % of scores vectors against each other. The inputs to % the function are the
www.eeworm.com/read/375212/9368866

m plscv1.m

function [press,cumpress,minlv,b,r,w,p,qlim,t2lim,tvar] = plscv1(x,y,lv,np,mc) %PLSCV1 Leave-one-out cross validation for PLS models % Inputs are the matrix of predictor variables (x), matrix % o
www.eeworm.com/read/375212/9368869

m pcrcv1.m

function [press,cumpress,minpc,b,p,qlim,t2lim,tvar] = pcrcv1(x,y,pc,np,mc) %PCRCV1 Leave-one-out cross validation for PCR models % Inputs are the matrix of predictor variables (x), matrix % of pr
www.eeworm.com/read/375212/9368947

m modlrder.m

function modlrder(model) %MODLRDER Prints out parameters of models created by MODLMKER and MODLGUI % This function "reads" the models created by the PLS_Toolbox % functions MODLMKER and MODLGUI,
www.eeworm.com/read/375212/9369123

m pcrcvblk.m

function [press,cumpress,minpc,b,p,qlim,t2lim,tvar] = pcrcvblk(x,y,split,pc,np,mc) %PCRCVBLK Cross validation for PCR models using contiguous blocks % Inputs are the matrix of predictor variables (