代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/273525/4204383
hlp f_get.hlp
{smcl}
{* 10feb2005}{...}
{cmd:help get()}
{hline}
{title:Title}
{p2colset 5 23 25 2}{...}
{p2col :{hi:[P] matrix get} {hline 2}}Access system matrices{p_end}
{p2colreset}{...}
{title:
www.eeworm.com/read/409299/2234885
svn-base centerdata.m.svn-base
function [cX1, cX2] = centerData(X1, X2)
% Centers matrices X1 (and optionally X2) by taking the mean of each column
% (feature) of X1 and subtracting it from the feature values.
%
% Usage: [cX1
www.eeworm.com/read/368662/2812451
m dsbus_dv.m
function [dSbus_dVm, dSbus_dVa] = dSbus_dV(Ybus, V)
%DSBUS_DV Computes partial derivatives of power injection w.r.t. voltage.
% [dSbus_dVm, dSbus_dVa] = dSbus_dV(Ybus, V) returns two matrices cont
www.eeworm.com/read/359369/2978586
m mlpindexgen.m
function [idxW1, idxB1, idxW2, idxB2, idxW3, idxB3, idxW4, idxB4] = mlpindexgen(nodes)
% MLPINDEXGEN ReBEL MLP neural network parameter matrices de-vectorizing index generator
%
% This function gen
www.eeworm.com/read/475201/6793912
m ex5_3.m
% Example 5-3: Decision algorithm: Which one of two
% non-square input signal matrices (X1 or X2) has been
% transmitted over 2-by-3 MIMO channel?
clear all
K = 4; % Number of time samples (I/O ob
www.eeworm.com/read/473219/6848866
m create_chs.m
function [H,S]=create_CHS(A,B,C,N,M);
% CREATE_CHS Internal function to define matrices for MPC problem
% Author Johan L鰂berg
% $Id: create_CHS.m,v 1.2 2004/07/02 08:17:29 johanl Exp $
% How m
www.eeworm.com/read/473219/6848954
m create_hs.m
function [H,S]=create_HS(A,B,N,M);
% CREATE_HS Internal function to define matrices for MPC problem
% Author Johan L鰂berg
% $Id: create_HS.m,v 1.2 2004/07/02 08:17:29 johanl Exp $
% How many
www.eeworm.com/read/193277/8242243
m create_chs.m
function [H,S]=create_CHS(A,B,C,N,M);
% CREATE_CHS Internal function to define matrices for MPC problem
% Author Johan L鰂berg
% $Id: create_CHS.m,v 1.2 2004/07/02 08:17:29 johanl Exp $
% How m
www.eeworm.com/read/193277/8242858
m create_hs.m
function [H,S]=create_HS(A,B,N,M);
% CREATE_HS Internal function to define matrices for MPC problem
% Author Johan L鰂berg
% $Id: create_HS.m,v 1.2 2004/07/02 08:17:29 johanl Exp $
% How many
www.eeworm.com/read/369527/9641612
m dsbus_dv.m
function [dSbus_dVm, dSbus_dVa] = dSbus_dV(Ybus, V)
%DSBUS_DV Computes partial derivatives of power injection w.r.t. voltage.
% [dSbus_dVm, dSbus_dVa] = dSbus_dV(Ybus, V) returns two matrices co