代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/158760/10730133
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/349916/10782075
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/349646/10808546
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/349646/10808598
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/349646/10809297
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/349646/10809447
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/418151/10964325
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/417309/10995911
txt 02-18.txt
str = 'Hello';
if ~isempty(str) && ischar(str)
sprintf('Input string is ''%s''', str)
end
www.eeworm.com/read/469892/6919432
m zhuizongfa.m
close all
clear all;
clc
R=[1,0.2,0.3,0.4,0.5,0.6;
0.2,1,0.35,0.38,0.55,0.52;
0.3,0.35,1,0.7,0.2,0.23;
0.4,0.38,0.7,1,0.25,0.33;
0.5,0.55,0.2,0.25,1,0.66;
0.6,0.52,0.23,0.33,0