代码搜索:MATlab

找到约 10,000 项符合「MATlab」的源代码

代码结果 10,000
www.eeworm.com/read/236696/14001956

exe 精通matlab6 .exe

www.eeworm.com/read/235725/14054863

ppt 1-matlab概述.ppt

www.eeworm.com/read/132656/14081937

h svm_model_matlab.h

const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model); const char *matlab_matrix_to_model(struct svm_model *model, const mxArray *matlab_struct);
www.eeworm.com/read/132656/14081949

c svm_model_matlab.c

#include #include #include "svm.h" #include "mex.h" #define NUM_OF_RETURN_FIELD 10 static const char *field_names[] = { "Parameters", "nr_class", "totalSV", "rho", "Label
www.eeworm.com/read/132519/14086154

c matlab_to_phd_hans.c

/* Program to take data out of MATLAB and store them into PHD. PHD = Process History Database, a Honeywell-database to store data of a chemical plant To compile in matlab via "mex matlab_to_P
www.eeworm.com/read/132519/14086155

c phd_getrawdata_to_matlab.c

/* Program to take data out of PHD and store them into matlab. PHD = Process History Database, a Honeywell-database to store data of a chemical plant Author : Hans Vereecken 003235613411 hans.v
www.eeworm.com/read/203370/15360442

m ofdm_simulation_matlab.m

echo off;clear all;close all;clc; fprintf( 'OFDM仿真\n') ; tic % --------------------------------------------- % % 参数定义 % % -----------------------------------