代码搜索:Matrices
找到约 3,616 项符合「Matrices」的源代码
代码结果 3,616
www.eeworm.com/read/449504/7502577
m mprint3_d.m
% PURPOSE: An example of using mprint3
% printing of (beta, tstat, prob) matrices
%
%-----------------------------------------------
www.eeworm.com/read/441325/7671825
m makeb.m
function [Bp, Bpp] = makeB(baseMVA, bus, branch, alg)
%MAKEB Builds the FDPF matrices, B prime and B double prime.
% [Bp, Bpp] = makeB(baseMVA, bus, branch, alg) returns the two
% matrices B pri
www.eeworm.com/read/298590/7950273
m makeb.m
function [Bp, Bpp] = makeB(baseMVA, bus, branch, alg)
%MAKEB Builds the FDPF matrices, B prime and B double prime.
% [Bp, Bpp] = makeB(baseMVA, bus, branch, alg) returns the two
% matrices B pri
www.eeworm.com/read/197980/7959161
m ica_f.m
function [Y1,Y2] = ica_f(X,NFFT,FS,OVERLAP,N)
%
% function [Y1,Y2] = ica_f(X,NFFT,FS,OVERLAP,N)
% split X based on the freequency domain Blind Separation
% X must has 2 column,
%
% Shiro Ikeda 15,Jul
www.eeworm.com/read/296909/8072891
m mrdivide.m
function r = mrdivide(obj1,obj2)
% POSYNOMIAL/MRDIVIDE Implements '/' for posynomials.
%
if ( length(obj1) > 1 || length(obj2) > 1 )
error(['Cannot divide vectors or matrices of posynomials.' char
www.eeworm.com/read/296909/8073023
m mrdivide.m
function r = mrdivide(obj1,obj2)
% GPOSYNOMIAL/MRDIVIDE Implements '/' for general posynomials.
%
if ( length(obj1) > 1 || length(obj2) > 1 )
error(['Cannot divide vectors or matrices of general p
www.eeworm.com/read/296909/8073067
m mrdivide.m
function r = mrdivide(obj1,obj2)
% MONOMIAL/MRDIVIDE Implement '/' for monomials.
%
if ( length(obj1) > 1 || length(obj2) > 1 )
error(['Cannot divide vectors or matrices of monomials.' char(10) ..
www.eeworm.com/read/142701/12930168
c ex1.c
/*
* ex1.c
*
* Copyright (c) 1995-1999 by The Mathworks, Inc. All Rights Reserved.
*/
/* $Revision: 1.6 $ */
#include
#include /* used for EXIT_SUCCESS */
#i
www.eeworm.com/read/142034/12969392
m block_exchange.m
function E= block_exchange(M, L)
% function E= block_exchange(M, L)
% This file is part of the TFPM toolbox v0.9 (c)
% michael.jachan@tuwien.ac.at and underlies the GPL.
%
% Deliveres a block mat
www.eeworm.com/read/241396/13147399
m makeb.m
function [Bp, Bpp] = makeB(baseMVA, bus, branch, alg)
%MAKEB Builds the FDPF matrices, B prime and B double prime.
% [Bp, Bpp] = makeB(baseMVA, bus, branch, alg) returns the two
% matrices B pri