代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/375212/9369126
m plscvrnd.m
function [press,cumpress,minlv,b,r,w,p,qlim,t2lim,tvar] = plscvrnd(x,y,split,iter,lv,np,mc)
%PLSCVRND PLS Cross Validation using random re-ordering of test data
% Inputs are the matrix of predictor
www.eeworm.com/read/375212/9369133
m plscvblk.m
function [press,cumpress,minlv,b,r,w,p,qlim,t2lim,tvar] = plscvblk(x,y,split,lv,np,mc)
%PLSCVBLK Cross validation for PLS using contiguous data blocks
% Inputs are the matrix of predictor variables
www.eeworm.com/read/375212/9369251
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
www.eeworm.com/read/374163/9419273
c ttymsg.c
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/177981/9424546
c input.c
/*
* GENESIS Copyright (c) 1986, 1990 by John J. Grefenstette
* This program may be freely copied for educational
* and research purposes. All other rights reserved.
*
* file: input.
www.eeworm.com/read/373250/9467389
m~ plotcolors.m~
function styles = plotColors()
colors = ['r' 'b' 'k' 'g' 'c' 'y' 'm' ...
'r' 'b' 'k' 'g' 'c' 'y' 'm'];
symbols = ['o' 'x' '+' '>' '
www.eeworm.com/read/373250/9467474
m plotcolors.m
function styles = plotColors()
colors = ['r' 'b' 'k' 'g' 'c' 'y' 'm' ...
'r' 'b' 'k' 'g' 'c' 'y' 'm'];
symbols = ['o' 'x' '+' '>' '
www.eeworm.com/read/372550/9503844
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/372550/9504000
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/372550/9504002
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