代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/402283/11539683
c sosmac.c
/*
* sos.c - Calculate the sum of the squares of the elements of a vector.
*
* Mastering MATLAB 7 Engine Example 1
*
*/
#include
#include
#include "engine.h"
#define BUFS
www.eeworm.com/read/402283/11539684
c mycalc.c
/*
* mycalc.c - calculates x^2 - x + 1/x for each element of an array.
*
* MATLAB usage: p = mycalc(n)
*
* Mastering MATLAB 7 C MEX Example 2:
* single 2-D real numeric array input,
www.eeworm.com/read/402283/11539733
c writemat.c
/*
* writemat.c - Create a binary MAT file.
*
* Mastering MATLAB 7 C MAT-file Example 1
*
*/
#include "mat.h"
int makemat(const char *filename,
double *data, int m, int n,
www.eeworm.com/read/402283/11539748
c sos.c
/*
* sos.c - Calculate the sum of the squares of the elements of a vector.
*
* Mastering MATLAB 7 Engine Example 1
*
*/
#include
#include
#include "engine.h"
#define BUFS
www.eeworm.com/read/400208/11580622
rc myrandplottest.rc
1 TYPELIB "C:/MATLAB6p5/work/myrandplottest/src\\myrandplottest_idl.tlb"
www.eeworm.com/read/262207/11601237
m statusbar.m
function statusbarHandles = statusbar(varargin)
%statusbar set/get the status-bar of Matlab desktop or a figure
%
% statusbar sets the status-bar text of the Matlab desktop or a figure.
% stat
www.eeworm.com/read/158463/11612697
txt readme.txt
MATLAB files for
Contemporary Communication Systems with MATLAB
==============================================
John G. P
www.eeworm.com/read/158463/11612837
m ip_01_01.m
% MATLAB script for Illustrative Problem 1, Chapter 1.
n=[-20:1:20];
x=abs(sinc(n/2));
stem(n,x);
www.eeworm.com/read/158463/11612917
m ip_04_04.m
% MATLAB script for Illustrative Problem 4, Chapter 4.
echo on ;
a=[-10,-5,-4,-2,0,1,3,5,10];
for i=1:length(a)-1
y(i)=centroid('normal',a(i),a(i+1),0.001,0,1);
echo off ;
end
www.eeworm.com/read/261876/11617799
txt readme.txt
Kalman filter toolbox written by Kevin Murphy, 1998.
See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details.
Installation
------------
1. Install KPMtools from http://www.ai.mit.edu/~mu