代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/235525/14065408
txt readme.txt
RSA Encryption and Decryption using Matlab
by Thunyawat Rajatasereekul and Voranon Kiettrsalpipop
ECE575, Winter 2002, Oregon State University
Prof, Cetin Keya Koc
The program set contains thirt
www.eeworm.com/read/234937/14091538
c sjbh1_mex.c
/*
* MATLAB Compiler: 3.0
* Date: Fri Sep 03 08:56:52 2004
* Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
* "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/205307/15321138
txt 新建 文本文档.txt
Title: CtrlLAB
Author: Dingyu Xue
Summary: CtrlLAB provides a graphical interface to perform feedback system analysis and design.
MATLAB Release: R10
Required Products: Simulink,Contro
www.eeworm.com/read/205036/15328783
m plus.m
function Z = plus(X,Y)
%PLUS Binary addition (+) for tensors.
%
% PLUS(A,B) is called for the syntax 'A + B' when A or B is a tensor. A
% and B must have the same size, unless one is a scalar. A
www.eeworm.com/read/205036/15328784
m ctranspose.m
function ctranspose(x)
%CTRANSPOSE is not defined for tensors.
%
% See also TENSOR/PERMUTE.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolb
www.eeworm.com/read/205036/15328787
m transpose.m
function transpose(x)
%TRANSPOSE is not defined on tensors.
%
% See also TENSOR/PERMUTE.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox
www.eeworm.com/read/205036/15328788
m times.m
function Z = times(X,Y)
%TIMES Array multiplication for tensors.
%
% TIMES(A,B) is called for the syntax 'A .* B' when A or B is a
% tensor. A and B must have the same size, unless one is a scala
www.eeworm.com/read/205036/15328790
m or.m
function Z = or(X,Y)
%OR Logical OR (|) for tensors.
%
% See also TENSOR.
%
%MATLAB Tensor Toolbox.
%Copyright 2007, Sandia Corporation.
% This is the MATLAB Tensor Toolbox by Brett Bader and Tama
www.eeworm.com/read/205036/15328792
m full.m
function X = full(X)
%FULL Convert to a (dense) tensor.
%
% FULL(X) returns X, i.e., does nothing.
%
% See also SPTENSOR/FULL, KTENSOR/FULL, TTENSOR/FULL.
%
%MATLAB Tensor Toolbox.
%Copyright 2007