代码搜索:Variables
找到约 10,000 项符合「Variables」的源代码
代码结果 10,000
www.eeworm.com/read/193277/8243333
m generateab.m
function [A,b,lmi_variables] = generateAB(varargin)
%GENERATEAB Internal function to generates linear equation system
% Author Johan L鰂berg
% $Id: generateAB.m,v 1.4 2006/07/26 20:17:58 joloef Ex
www.eeworm.com/read/193277/8243486
m tril.m
function X=tril(X,r)
%TRIL (overloaded)
% Author Johan L鰂berg
% $Id: tril.m,v 1.7 2006/07/26 20:17:58 joloef Exp $
if nargin==1
r = 0;
end
n = X.dim(1);
m = X.dim(2);
ind =
www.eeworm.com/read/117325/6104418
c xgcpupdownnotification.c
/* minimal include directives */
#include "xgcpUpDownNotification.h"
/*
* xgcpUpDownNotification_variables_oid:
* this is the top level oid that we want to register under. This
* is essentia
www.eeworm.com/read/347945/11625694
m vec_replace.m
function Z = replace(X,Y,W,expand)
%REPLACE Substitutes variables
%
%Z = REPLACE(Y,X,W) Replaces any occurence of the SDPVAR object Y
% in the SDPVAR object X with the double W
www.eeworm.com/read/473219/6849186
m diff.m
function Y=diff(varargin)
%DIFF (overloaded)
% Author Johan L鰂berg
% $Id: diff.m,v 1.2 2004/07/01 11:17:09 johanl Exp $
X = varargin{1};
n = X.n;
m = X.m;
Y = X;
x_lmi_variables = X.
www.eeworm.com/read/192248/8396397
txt bnbhelp.txt
Help BNB GUI 2.0 BNBN 20
At the Matlab prompt type HELP BNB20 to get some information about the
algorithm!
MAIN WINDOW
'menu file, save': Save the current settings to a MAT-file.
'menu
www.eeworm.com/read/192035/8410478
m conflim.m
function [c,c2]=conflim(L,p)
% CONFLIM - returns empirical confidence limits for the variables in L.
% Syntax: [c,c2]=conflim(L,p);
%
% Given L, an M by N matrix consisting of N observations (each