代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/485012/6570596
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/347945/11623782
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/347945/11624734
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/156956/11750327
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/259727/11770711
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/344679/11868527
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/257911/11907133
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/257008/11961325
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
www.eeworm.com/read/255595/12069774
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/220289/14843987
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