代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/152001/12151793
pdf abaqus to matlab software.pdf
www.eeworm.com/read/340002/12188485
doc 概率统计matlab.doc
www.eeworm.com/read/253528/12217002
ppt matlab符号运算(二).ppt
www.eeworm.com/read/253528/12217003
ppt matlab符号的运算.ppt
www.eeworm.com/read/339293/12244648
gz matlab_cola.tar.gz
www.eeworm.com/read/339239/12248462
pdf 精通matlab6.5.pdf
www.eeworm.com/read/338955/12270641
m ldpc_decode_matlab.m
function [x_hat, success, k] = ldpc_decode(y,f0,f1,H)
% decoding of binary LDPC as in Elec. Letters by MacKay&Neal 13March1997
% For notations see the same reference.
% function [x_hat, success, k]
www.eeworm.com/read/338341/12312808
pdf matlab与simulink基础.pdf
www.eeworm.com/read/337505/12365354
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/337505/12365375
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