代码搜索:Problem

找到约 10,000 项符合「Problem」的源代码

代码结果 10,000
www.eeworm.com/read/161189/10439659

m parallax.m

function [A,b] = parallax(n) %PARALLAX Stellar parallax problem with 28 fixed, real observations. % % [A,b] = parallax(n) % % Stellar parallax problem with 28 fixed, real observations. % % The
www.eeworm.com/read/161189/10439678

m contents.m

% Regularization Tools. % Version 3.1 13-September-01. % Copyright (c) 1993 and 1998 by Per Christian Hansen and IMM. % % Demonstration. % regudemo - Tutorial introduction to Regularization T
www.eeworm.com/read/161189/10440031

m examp.m

% % Reinitialize everything. % clear rand('seed',0); randn('seed',0); % % This script generates the example problem % % % First, the v,D transport parameters. % params=[1.0, 1.0]; % [v,D] % % Lo
www.eeworm.com/read/161189/10440066

m examp.m

% % This script generates the G matrix, mtrue, dtrue, and noisy d for the % source history example. % clear rand('state',0); randn('state',0); % set up input for domre.m params=[1.0, 1.0]; % [v,
www.eeworm.com/read/424063/10499413

m il4_8fun.m

% The function needed in Illustrative Problem 8, Chapter 4. function f=il4_8fun(x,p) f=1/sqrt(2*pi)*exp((-(x-p).^2)/2).*log2(2./(1+exp(-2*x.*p)));
www.eeworm.com/read/424063/10499444

m ip_04_04.m

% MATLAB script for Illustrative Problem 4, Chapter 4. a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); end
www.eeworm.com/read/424063/10500171

m ip_01_01.m

% MATLAB script for Illustrative Problem 1, Chapter 1. n=[-20:1:20]; x=abs(sinc(n/2)); stem(n,x);
www.eeworm.com/read/423577/10546692

readme-alpha

This is a test release of this package. Bugs are now handled through bug-inetutils for both released and unreleased versions of this package. If you see a problem that you've already reported, feel
www.eeworm.com/read/423536/10553014

m il4_8fun.m

% The function needed in Illustrative Problem 8, Chapter 4. function f=il4_8fun(x,p) f=1/sqrt(2*pi)*exp((-(x-p).^2)/2).*log2(2./(1+exp(-2*x.*p)));
www.eeworm.com/read/423536/10553028

m ip_04_04.m

% MATLAB script for Illustrative Problem 4, Chapter 4. a=[-10,-5,-4,-2,0,1,3,5,10]; for i=1:length(a)-1 y(i)=centroid('normal',a(i),a(i+1),0.001,0,1); end