代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/458493/7295763
m demoode45args.m
function demoODE45args(alpha)
% demoODE45args Integrate dy/dt = -alpha*y; y(0) = 1 with variable alpha
%
% Synopsis: demoODE45
% demoODE45(alpha)
%
% Input alpha = (optional)
www.eeworm.com/read/458493/7295788
m compsplintflops.m
function compSplintFlops
% compSplintFlops Show flops savings due to sparse storage in spline interp
%
% Synopsis: compSplintFlops
%
% Input: None
%
% Output: Table of flops to compute spli
www.eeworm.com/read/458493/7295796
m trapzdattest.m
function trapzDatTest
% trapzDatTest Verify trapzDat function for different types of input
%
% Synopsis: trapzDatTest
%
% Input: none
%
% Output: Print out of test results
% --- Int
www.eeworm.com/read/458493/7295810
m recursiveindent.m
function recursiveIndent(maxLevel,level)
% recursiveIndent Demonstration of a recursive function
%
% Synopsis: recursiveIndent
% recursiveIndent(maxLevel)
%
% Input: maxLevel =
www.eeworm.com/read/458493/7295818
m demoadaptgk.m
function demoAdaptGK
% demoAdaptGK Compare adaptive Gauss-Kronrod quadrature with quadl
%
% Synopsis: demoAdaptGK
%
% Input: none
%
% Output: Tables and plots demonstrating convergence o
www.eeworm.com/read/458493/7295823
m demogauss.m
function demoGauss(np,nn)
% demoGauss Use Gauss-Legendre quadrature to integrate x*exp(-x) on [0,5]
%
% Synopsis: demoGauss
% demoGauss(np)
% demoGauss(np,nn)
%
% Input:
www.eeworm.com/read/458493/7295826
m makeglagtable.m
function makeGLagTable(n)
% makeGLagTable Create a table of Gauss-Laguerre nodes and weights
% suitable for copy/paste into the GLagTable.m function
%
% Synopsis: makeGLagTable
%
www.eeworm.com/read/458488/7295967
m demoh2osat.m
function demoH2Osat
% demoH2OSat Fit saturation pressure versus temperature for water
%
% Synopsis: demoH2Osat
%
% Input: none
%
% Output: Print curve fit coefficients. Plot fit fcn vs. o
www.eeworm.com/read/458488/7295968
m demosicmod.m
function demoSiCmod
% demoSiCmod Least squares fit of bulk modulus of SiC versus temperature
%
% Synopsis: demoSiCmod
%
% Input: none
%
% Output: Plot of line fit to data
[t,D,labels] = l
www.eeworm.com/read/458488/7295975
m demotcouple.m
function demoTcouple
% demoTcouple Linear and quadratic fits to J-type thermocouple data
%
% Synopsis: tcouple
%
% Input: None
%
% Output: Print fit coefficients and residuals. Plot fit