代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/439651/7704135
m writehtml.m
filename = [tempname, '.html'];
fid = fopen(filename, 'w');
fprintf(fid, '\n');
fprintf(fid, 'This is a test homepage written by MATLAB!\n');
fprintf(fid, '');
fclose(fi
www.eeworm.com/read/439570/7705984
c curvepolyfit.c
// curvepolyfit.c 曲线拟合
#include
#include "engine.h"
#include "mutil.h"
#define BUFFERLEN 1024
mxArray *CalculateFcn(mxArray *x,mxArray *y)
{
Engine *ep;
mxArray *equation;
www.eeworm.com/read/439570/7705993
c curvefit.c
// curvefit.c 曲线拟合
#include
#include "engine.h"
#include "mutil.h"
#define BUFFERLEN 1024
mxArray *CalculateFcn(mxArray *x,mxArray *y)
{
Engine *ep;
mxArray *equation;
char
www.eeworm.com/read/439532/7706905
txt readme.txt
在matlab中,设置当前的目录为工作目录,在命令行中输入fpextractdemo,即可运行程序。
www.eeworm.com/read/377646/7715155
m exa110701_pwelch.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/377646/7715221
m exa090804_svd.m
%-----------------------------------------------------------------------
% exa090804_svd.m, for example 9.8.4
% to test svd.m;
% 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同,
% 但奇异值是一样的
%---------
www.eeworm.com/read/438370/7732063
m exp2_8.m
echo off % 不显示程序内容
clear
clc
a=4;
b=6
disp('暂停,请按任意键继续') % disp指令可以用来显示字符
pause % 暂停,直到用户按任意键
echo on
% 显示程序内容,注意matlab默认是不显示
c=a+b
% 暂时把控制权交给键盘(在命令窗口中出现k提示符),
% 输入return,回车后退出,继续执行下面的语
www.eeworm.com/read/438073/7737145
m exa110701_pwelch.m
%-------------------------------------------------------------------------
% exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d)
% to estimate the PSD of x(n) by Welch average;
%------------
www.eeworm.com/read/438073/7737184
m exa090804_svd.m
%-----------------------------------------------------------------------
% exa090804_svd.m, for example 9.8.4
% to test svd.m;
% 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同,
% 但奇异值是一样的
%---------
www.eeworm.com/read/437137/7754436
txt meditor.txt
FFLOW提取自Matlab5.3版本
方便脱离Matlab环境编制M文件,
保留了两个很有用的功能:
Auto Indent Selection和匹配提示,
如果感觉字体小了可在Options/Font调整
图标修改自WORD,由MoleBoxPro打包成一个独立文件
21:53 2007-12-14