http://blogs.mathworks.com/loren/2007/03/01/creating-sparse-finite-element-matrices-in-matlab/ Loren on the Art of MATLAB March 1st, 2007 Creating Sparse Finite-Element Matrices in MATLAB I'm pleased to introduce Tim Davis as this week's guest blogge…
如何把编写好的matlab程序转换成c/c++语言,如何编译m文件为可执行程序,如何在没有matlab配置环境的机器上运行你编译出来的可执行程序? 一:matlab的编译器设置 执行命令:mbuild -setup,注意中间有一个空格. >> mbuild -setup Please choose your compiler for building standalone MATLAB applications: Would you like mbuild to locate installe…
使用MATLAB实现图像的识别,这是MATLAB官网上面的例子,学习一下. http://cn.mathworks.com/help/vision/examples/image-category-classification-using-bag-of-features.html 这个算法叫做a bag of features approach for image category classification,用于识别小图片里面的是小狗.小猫.还是火车.船等. 首先要下载原材料,用于训练 % L…