代码搜索:Matlab
找到约 10,000 项符合「Matlab」的源代码
代码结果 10,000
www.eeworm.com/read/148758/12429671
dat bookinfo.dat
[General Information]
书名=matlab语言应用系列书 matlab科学图形构建基础与应用(6x)
作者=
页数=327
SS号=0
出版日期=
www.eeworm.com/read/250122/12429746
c engexam.c
#include
#include
#include
#include "engine.h"
int PASCAL WinMain (HANDLE hInstance,
HANDLE hPrevInstance,
LPSTR lpszCmdLine,
int nCm
www.eeworm.com/read/250122/12429798
m exm1273_1.m
%exm1273_1.m
!md d:\mywork
cd d:\mywork
ss=char(which('engexam.c','-all'));
dos(['copy ',ss,' d:\mywork']);
mex -f h:\matlab\bin\bccengmatopts.bat engexam.c
!engexam
!del engexam.c
www.eeworm.com/read/250122/12430000
c my_yprime.c
/*=================================================================
*
* YPRIME.C Sample .MEX file corresponding to YPRIME.M
* Solves simple 3 body orbit problem
*
* The calling synt
www.eeworm.com/read/336315/12451275
txt afa.txt
自适应滤波算法MATLAB程序如下:
Lms.m % 最小均方算法
x=zeros(2000,1);
x1=zeros(2000,1);
w=zeros(2001,2); %生成三个0矩阵来存储
x(1,1)=1;
www.eeworm.com/read/336217/12463179
m ex602.m
%********************************************************
%程序:EX602.M
%功能:灰度图像显示及颜色映射表说明
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图像对象数组
www.eeworm.com/read/336217/12463181
m ex611.m
%*******************************************************
%程序:EX611.M
%功能:把一幅灰度图像转换成一幅索引图像
%********************************************************
I=imread('noon.tif'); %将图像格式文件读入为MATLAB图
www.eeworm.com/read/336217/12463188
m ex617.m
%********************************************************
%程序:EX617.M
%功能:多帧图像阵列显示应用实例
%********************************************************
A1=imread('rice.jpg'); %将图像格式文件读入为MATLAB图像对象数组数据
www.eeworm.com/read/336217/12463189
m ex620.m
%********************************************************
%程序:EX620.M
%功能:利用warp函数将一幅真彩图像映射到球面上
%********************************************************
RGB=imread('leaf.jpg'); %将图像格式文件读入为MAT
www.eeworm.com/read/336217/12463197
m ex601.m
%********************************************************
%程序:EX601.M
%功能:显示一幅索引图像
%********************************************************
[X,map]=imread('canoe.tif'); %将图像格式文件读入为MATLAB图像对象数