代码搜索:MatLab

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

代码结果 10,000
www.eeworm.com/read/411461/11245324

txt matlab_program_4.txt

实例85:拉个朗日插值 h0=figure('toolbar','none',... 'position',[200 50 350 450],... 'name','实例85'); h1=axes('parent',h0,... 'position',[0.10 0.45 0.8 0.5],... 'visible','off'); x=0:0.2
www.eeworm.com/read/411458/11245339

txt matlab_program_2.txt

实例33:曲线转换按钮 h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例33'); x=0:0.5:2*pi; y=sin(x); h=plot(x,y); grid on huidiao=[... 'if i==1,',... 'i=0;,'
www.eeworm.com/read/411456/11245341

txt matlab_program_1.txt

实例1:三角函数曲线(1) function shili01 h0=figure('toolbar','none',... 'position',[198 56 350 300],... 'name','实例01'); h1=axes('parent',h0,... 'visible','off'); x=-pi:0.05:pi; y=sin(x); p
www.eeworm.com/read/238435/13887371

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/238435/13887392

c svm_model_matlab.c

#include #include #include "svm.h" #include "mex.h" #if MX_API_VER < 0x07030000 typedef int mwIndex; #endif #define NUM_OF_RETURN_FIELD 10 static const char *field_names[] =
www.eeworm.com/read/300092/13935128

txt matlab16qam.txt

%16QAM调制解调 %调制qammod(a,16); 解调用qamdemod 画星座图modmap('qam',4) clear; %设置参数 M = 16; fd=200; fc=4*fd; fs=4*fc; rolloff = 0.5; nsamp = 4; num=1000; %符号个数 % ******* -----产
www.eeworm.com/read/237001/13984267

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/237001/13984280

c svm_model_matlab.c

#include #include #include "svm.h" #include "mex.h" #if MX_API_VER < 0x07030000 typedef int mwIndex; #endif #define NUM_OF_RETURN_FIELD 10 static const char *field_names[] =