代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/131031/14163109
doc matlab应用篇.doc
www.eeworm.com/read/131029/14163111
doc matlab基础篇.doc
www.eeworm.com/read/131028/14163112
doc matlab提高篇.doc
www.eeworm.com/read/130751/14175617
gif matlab_dgy.gif
www.eeworm.com/read/232635/14187293
m matlab_in_c.m
function D=matlab_in_c(T);
%该函数用来验证是否可以输出多维变量 D维多维变量输出
Distance = 0.5*(-9.8).*T.^2;
plot(T,Distance);grid on;
for i=1:length(T)
for j=1:length(T)
if j==i
D(i,j)=Distance
www.eeworm.com/read/232571/14192762
cpp matlab_driver.cpp
#include "matlab_interface.h"
#include
void main(void)
{
double hf;
double x[10], y[10];
int i;
for(i = 0; i < 10; i++)
{
x[i] = (double)i;
y[i] = (double)i;
}
www.eeworm.com/read/232571/14192814
h matlab_interface.h
#ifndef _matlab_interface_h_
#define _matlab_interface_h_
#include "engine.h"
#include "matrix.h"
#include "mex.h"
#include
#include
#include
class matlab_in
www.eeworm.com/read/232571/14192855
c matlab_driver.c
#include "matlab_interface.h"
void main(void)
{
matlab_interface mi;
mi.spawn_matlab();
mi.close_matlab();
};
www.eeworm.com/read/232325/14198456
pdf matlab15.pdf
www.eeworm.com/read/130014/14212081
txt matlab温度控制.txt
(2)单片机C51源程序
#include //库函数
#include
#include
#define uint unsigned int
#define uchar unsigned char
#define LEN 5