代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/371993/9526052
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/371993/9526099
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/365161/9876525
m lpcconv.m
function s=lpcconv(from,to,x,y,np)
%LPCCONV(from,to,x,y)->s convert between LPC parameter sets
%
% The output is a string that may be passed to eval(s)
% x and y are optionally the input and outpu
www.eeworm.com/read/365161/9876616
m sprintsi.m
function s=sprintsi(x,d,w)
%SPRINTSI Print X with SI multiplier S=(X,D,W)
% D is number of decimal places (+ve) or significant digits (-ve) [default=-3]
% |W| is total width including multiplier
%
www.eeworm.com/read/365161/9876619
m readsfs.m
function [y,fs,hd,ffx]=readsfs(ff,ty,sub,mode,nmax,nskip)
%readsfs Read a .SFS format sound file [Y,FS,HD,FFX]=(FF,TY,SUB,MODE,NMAX,NSKIP)
%
% The SFS (Speech Filing System) is a package mostly wr
www.eeworm.com/read/364791/9894861
h tr.stat.h
/*
* Copyright (c) 2002 The Board of Trustees of the University of Illinois and
* William Marsh Rice University
* Copyright (c) 2002 The University of Utah
* Copyright (c) 2002
www.eeworm.com/read/168118/9937538
m figgif.m
% figgif - Save a figure into a GIF file
% figgif by itself saves the current figure into a file
% called 'Figure No. 1.gif'
%
% figgif('beep') saves the current figure into a file called 'bee
www.eeworm.com/read/168118/9937822
m writegma.m
function flag=writegma(filename,logname,z,samps,units,kb,topnames,...
ztops)
% flag=writegma(filename,logname,z,samps,units,kb,topnames,...
% ztops)
%
% Write a log to disk in GMA format
% filen
www.eeworm.com/read/362500/9995944
m nplsbld1.m
function [wts,upred]= nplsbld1(t,u,ii,n,plots)
%NPLSBLD1 Carries out NNPLS when model structure is already known.
% Inputs are the X and Y-block scores (t) and (u), the number
% of latent variabl
www.eeworm.com/read/362500/9996004
m pltloads.m
function pltloads(loads,labels)
%PLTLOADS Plots loadings from PCA
% This function may be used to make 2-D and 3-D plots
% of loadings vectors against each other. The inputs to
% the function ar