代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/479998/6674565
cs plotter.cs
/*
* MATLAB Compiler: 4.10 (R2009a)
* Date: Wed May 13 09:41:13 2009
* Arguments: "-B" "macro_default" "-W" "dotnet:PlotComp,Plotter,0.0,private" "-d"
* "D:\FDTD_Matlab\学习资料\Matlab_Csharp\PlotComp
www.eeworm.com/read/480149/6677843
c simpleeng.c
/*necessory header file*/
#include "engine.h"
#include "stdio.h"
#include "conio.h"
#define BUFFERLEN 256
/*main function*/
void main()
{
Engine *ep;
char cmd[BUFFERLEN];
int i=0
www.eeworm.com/read/478939/6708457
txt readme.txt
-----------------------------------------
--- MATLAB/OCTAVE interface of LIBSVM ---
-----------------------------------------
Table of Contents
=================
- Introduction
- Installation
- Usag
www.eeworm.com/read/478563/6709989
m ea708.m
% 《工程线性代数(MATLAB版)》第七章例题7.8程序ea708
%
m1=1; m2=9; k1 = 4; k2=2; % 输入各原始参数
x0 = [1;0]; xd0 = [0;-1]; tf= 20;
M = [m1,0;0,m2]; K = [k1+k2, -k2; -k2, k2]; % 构成参数矩阵
K0=inv(M)*K
[u,L] = eig (K0
www.eeworm.com/read/478563/6709990
m ea352.m
% 《工程线性代数(MATLAB版)》第三章例题3.5.2程序ea352
%
plot([0,3,4,2,0],[1,5,3,0,1]),hold on
line([3,2],[5,0])
set(gcf,'color','w')
www.eeworm.com/read/478579/6710239
txt 打开程序方法.txt
1。将所有文件解压缩到一个文件夹下
2。在Matlab环境下,打开DPLResolutionCover.m,
用F5键运行,若系统提示是否改变当前路径,选
择“改变Matlab当前路径”项,即可进入程序界面
www.eeworm.com/read/478193/6721829
txt readme.txt
Second and Higher-Order Statistics based Multiple-Input-Multiple-Output System
Blind Identification Matlab Code Readme file
Communications and Signal Processing Laboratory
ECE Department, Drexel
www.eeworm.com/read/477420/6734760
m generate_arb_waveform_tektronix.m
%AWG M-Code for communicating with an instrument.
%
% This is the machine generated representation of an instrument control
% session using a device object. The instrument control session comp