代码搜索:Matrix
找到约 10,000 项符合「Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/243093/12964895
m icasso.m
function [Iq,A,W,S,sR]=icasso(X,M,varargin)
%function [Iq,A,W,S,sR]=icasso(X,M,['argid1',value1,'argid2',value2,...])
%
%PURPOSE
%
%Demonstrates the basic Icasso procedure:
%1. Runs FastICA with give
www.eeworm.com/read/328976/12991410
m slamprob.m
% SLAMPROB - Description of a SLAM problem structure.
%
% This file describes SLAM problem structures, which are used in a
% number of functions. For example, SLAM2DPROB creates a SLAM problem
%
www.eeworm.com/read/327551/13073177
m cal_and_plot_amb_fn7.m
% cal_and_plot_amb_fn7.m - Written by Eli Mozeson and Nadav Levanon
% calculates and plots the ambiguity function of a signal
% assumes that the work space includes a row vector u (signal complex env
www.eeworm.com/read/327551/13073189
m cal_and_plot_pamb7.m
% cal_and_plot_pamb7.m - written by Eli Mozeson and Nadav Levanon
% calculates and plots the periodic ambiguity function of a signal
% assumes that the work space includes a row vector u (signal comp
www.eeworm.com/read/242170/13090306
m myhilb.m
function[A,B]=myhilb(n,m)
% MYHILB 生成一个Hilbert矩阵
% [A,B]=myhilb(n,m)
% where
% n,m are size of the Hilbert matrix,if only one
% argument given,then a square matrix is generated
% A is the Hil
www.eeworm.com/read/242170/13090322
m myhilb1.m
function[A,B]=myhilb(n,m)
%问题:生成一个Hilbert矩阵,该矩阵是一个n×m矩阵,它的第i行
%第j列的元素为1/(i+j-1)。如果想在编写的函数中实现下面几点:
%1)如果只给出一个输入参数,则会自动生成一个方阵,即有m=n
%2)如果想返回两个参数A和B,则返回的B矩阵为A矩阵的平方,
% 即B=A'A
%3)在函数中给出合适的帮助信息,包括基本 ...
www.eeworm.com/read/327001/13104344
m myhilb.m
function[A,B]=myhilb(n,m)
% MYHILB 生成一个Hilbert矩阵
% [A,B]=myhilb(n,m)
% where
% n,m are size of the Hilbert matrix,if only one
% argument given,then a square matrix is generated
% A is the Hil
www.eeworm.com/read/327001/13104365
m myhilb1.m
function[A,B]=myhilb(n,m)
%问题:生成一个Hilbert矩阵,该矩阵是一个n×m矩阵,它的第i行
%第j列的元素为1/(i+j-1)。如果想在编写的函数中实现下面几点:
%1)如果只给出一个输入参数,则会自动生成一个方阵,即有m=n
%2)如果想返回两个参数A和B,则返回的B矩阵为A矩阵的平方,
% 即B=A'A
%3)在函数中给出合适的帮助信息,包括基本 ...
www.eeworm.com/read/241807/13115263
m myhilb.m
function[A,B]=myhilb(n,m)
% MYHILB 生成一个Hilbert矩阵
% [A,B]=myhilb(n,m)
% where
% n,m are size of the Hilbert matrix,if only one
% argument given,then a square matrix is generated
% A is the Hil