代码搜索:TOOLBox
找到约 9,571 项符合「TOOLBox」的源代码
代码结果 9,571
www.eeworm.com/read/247527/12652811
m contents.m
% Genetic Algorithm Direct Search Toolbox
%
% Genetic Algorithm Demos
% gafitness - Writing a fitness function to use with GA.
% gaoptionsdemo - Changing options for GA
www.eeworm.com/read/237677/13938887
m verifyinstalled.m
function verifyInstalled
%VERIFYINSTALLED Checks for installed products
% VERIFYINSTALLED checks to ensure required products are installed.
% Required products incldue:
% MATLAB
% Simulink
%
www.eeworm.com/read/134656/13978155
m pathdefrt.m
function p = pathdefrt
%PATHDEFRT Search path defaults for the MATLAB Runtime Server.
% PATHDEFRT is called by MATLABRT to set the MATLAB path.
% This function should be located together with M
www.eeworm.com/read/237026/13980783
txt readme.txt
These files are either new ones or improved versions of previous files.
They improve the efficiency of the time frequency toolbox.
For this, put the following files in the following subdirectories
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