代码搜索:MATlab
找到约 10,000 项符合「MATlab」的源代码
代码结果 10,000
www.eeworm.com/read/368250/9703748
h svm_model_matlab.h
const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct svm_model *model);
struct svm_model *matlab_matrix_to_model(const mxArray *matlab_struct, const char **error_message);
www.eeworm.com/read/368250/9703759
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
#define Malloc(type,n) (type *)mal
www.eeworm.com/read/171884/9731203
pdf matlab6.x.pdf
www.eeworm.com/read/415396/11074666
pdf 精通matlab7.pdf
www.eeworm.com/read/415169/11082841
pdf matlab 常用函数参考.pdf
www.eeworm.com/read/415083/11084428
txt matlab:rtd new.txt
x=0:0.001:1
y=7.117*10^-3*log((1+exp(-3.472+3.59*x))./(1+exp(-3.472-3.59*x))).*(1.571+atan(4629-9333*x))+3.55*10^-5*(exp(4.11*x)-1)
plot(x,y)
www.eeworm.com/read/415083/11084435
txt matlab:new rtd serial .txt
x=0:0.001:1
y1=5.377*10^-3*log((1+exp(-3.472+3.59*x))./(1+exp(-3.472-3.59*x))).*(1.571+atan(4629-9333*x))+2.69*10^-5*(exp(4.11*x)-1)
y2=7.117*10^-3*log((1+exp(-3.472+3.59*(1-x)))./(1+exp(-3.47
www.eeworm.com/read/415083/11084436
txt matlab:para sweep.txt
% funcition C1 sweep
para=[0.01,0.02,0.03,0.04,0.05,0.06,0.07,0.08];
hold on;
axis([-0.1,1,-0.001,0.012]);% xmin xmax ymin ymax
for a=para
x=linspace(0,1);
y=a*(1-x).^3.*(atan(38.3.*