limanjihe

导航

2018年11月27日 #

用matlab绘制中国地图

摘要: reference:https://jingyan.baidu.com/article/870c6fc36fdacfb03ee4be58.html shp: http://muchong.com/html/201304/5748467.html MATLAB是著名的科学软件,具有绘图、编程、仿真等强 阅读全文

posted @ 2018-11-27 19:03 limanjihe 阅读(9899) 评论(0) 推荐(0) 编辑

MATLAB 地图工具箱 m_map 的安装和入门技巧(转)

摘要: reference: http://blog.sina.com.cn/s/blog_8fc890a20102v6pm.html 需要用一些地图工具,arcgis懒得装了,GMT(generic mapping tools)太复杂,因此搜到了m_map, 正好是MATLAB的工具箱。于是研究了一晚上。 阅读全文

posted @ 2018-11-27 16:47 limanjihe 阅读(8418) 评论(0) 推荐(1) 编辑

Matlab中小语法点总结(更新中)

摘要: 1. A(:,1)' A(:)' A(:).' A(:,n)' 对矩阵A的低n列进行共轭转置;A(:).'对矩阵A进行转置; 2.subplot的使用方法: h =subplot(m,n,p) 将数字窗口分成m×n的网格, 并在当前图的第p个位置创建一个轴对象,并返回轴句柄。 坐标轴沿着图形窗口的第 阅读全文

posted @ 2018-11-27 15:12 limanjihe 阅读(476) 评论(0) 推荐(0) 编辑

MATLAB中mexFunction函数的接口规范(转)

摘要: reference:https://www.cnblogs.com/haoyul/p/5606720.html https://www.cnblogs.com/zeakey/p/3984733.html MEX文件的调用极为方便,其调用方式与MATALAB的内建函数完全相同,只需要在命令窗口内输入对 阅读全文

posted @ 2018-11-27 13:21 limanjihe 阅读(457) 评论(0) 推荐(0) 编辑

在MATLAB中安装MinGW-w64 C/C++ 编译器的方法

摘要: reference:http://blog.sina.com.cn/s/blog_167bbdec10102x113.html reference:http://blog.sina.com.cn/s/blog_167bbdec10102x113.html 在MATLAB中编译C/C++ 文件时出现以 阅读全文

posted @ 2018-11-27 11:25 limanjihe 阅读(15253) 评论(0) 推荐(1) 编辑

关于MEX函数的说明

摘要: reference:http://www.mathworks.com/help/matlab/ref/mex.html .MEX文件是一种可在matlab环境中调用的C(或fortran)语言衍生程序,MEX文件的后缀名按32位/64位分别为 .mexw32/.mexw64。MEX文件是由C或For 阅读全文

posted @ 2018-11-27 10:19 limanjihe 阅读(1288) 评论(0) 推荐(0) 编辑