随笔分类 -  matlab

摘要:之前在网上也没有现成的代码,现在把库中的sample拿出来,分享下结合大牛的博客,好好学习下:http://blog.csdn.net/chenyusiyuan/article/details/5967291/* * stereo_match.cpp * calibration * * Cre... 阅读全文
posted @ 2014-11-16 22:47 wangyaning 阅读(2013) 评论(0) 推荐(0)
摘要:之前在网上也没有现成的代码,现在把库中的sample拿出来,分享下结合大牛的博客,好好学习下:http://blog.csdn.net/chenyusiyuan/article/details/5967291/* * stereo_match.cpp * calibration * * Cre... 阅读全文
posted @ 2014-11-16 22:47 wangyaning 阅读(2013) 评论(0) 推荐(0)
摘要:matlab代码:figure('NumberTitle','off','menubar','none','toolbar','none','name','Topo Image'); x=0:pi/100:2*pi;y=2*exp(-0.5*x).*sin(2*pi*x);plot(x,y)%fig... 阅读全文
posted @ 2014-09-10 22:29 wangyaning 阅读(402) 评论(0) 推荐(0)
摘要:// matlab_engine.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "engine.h"#include "windows.h"#pragma comment(lib, "libeng.lib")#pragma comment(lib... 阅读全文
posted @ 2014-08-05 20:28 wangyaning 阅读(296) 评论(0) 推荐(0)