代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/185152/9054933
readme
A MATLAB Library of Test Functions for Unconstrained Optimization
Chaya Gurwitz, Livia Klein, and Madhu Lamba
The More, Garbow and Hillstrom collection of test functions is widely used
in testin
www.eeworm.com/read/184617/9091726
m svmex01.m
%SVMexample01a.m
%Two Dimension SVM Problem, Two Class and Separable Situation
%
%Method from Christopher J. C. Burges:
%"A Tutorial on Support Vector Machines for Pattern Recognition", page 8
%
www.eeworm.com/read/381363/9095904
install
ALEX Install Information
- Download the ALEX archive file in the directory where you
want it to be. For example:
/usr/local/matlab/toolbox/
- Uncompress and tar the file
gunzip Alex.beta
www.eeworm.com/read/381363/9096028
hlp measure.hlp
Measure
The Measure item of the Analyze menu allows the user to measure objects
in the current image by drawing lines describing their dimensions. The
lengths of the lines and the angles between
www.eeworm.com/read/282093/9119705
txt readme.txt
This archive contains the code sample for the MATLAB News & Notes article entitled "Importing Data
via the Serial Object in MATLAB". Published in the May2003 issue, the article describes how to
u
www.eeworm.com/read/379828/9174500
readme
README
( Aug 18, 2006)
--------------------------------------------------------------------
I. Introduction
II. Installation
III. Usage & Examples
IV. Contacts & Copyrights
V. References
---
www.eeworm.com/read/181830/9235759
m power.m
function Q = power(P,n)
% POWER -- elementwise power for matrix polynomials
%
% Q = P.^n
% Q = power(P,n)
%
% This routine is not meant to be called by the user. It is called by
www.eeworm.com/read/181830/9235795
m uminus.m
function Q = uminus(P)
% UMINUS -- unary minus for matrix polynomials
%
% Q = - P
% Q = uminus(P)
%
% This routine is not meant to be called by the user. It is called by
% Matla
www.eeworm.com/read/375537/9357092
txt 新建 文本文档.txt
基于MATLAB的QPSK调制和解调程序.文件QPSKmapping.m是调制。QpskInverseMapping.m是解调。