搜索资源列表
Matlab-Mapping
- 用matlab实现世界地图调用和显示,可以任意控制范围-using Matlab world map and calls, it can be arbitrary control
台湾
- MATLAB中的台湾地图-MATLAB the map of Taiwan
fenzizongshu 用matlab实现在地图上画离散点
- 用matlab实现在地图上画离散点,设置m_map函数-Using matlab to achieve discrete points on the map drawn
m_map1.4.zip
- m_map是加拿大学者编写的一个在matlab上绘地图的软件,对于海洋遥感的研究有用。,m_map is written by Canadian scholars which can be used to draw a map in matlab programming environment. This software is very useful especially for ocean science research.
71477193toolbox
- matlab 机器人避障仿真 同时定位与地图创建程序-the robot slam simulation
earthmap
- 用MATLAB实现世界地图的绘制,包括二维、三维等方式以及图片的叠加-Using MATLAB to achieve world map drawing, including the two-dimensional, three-dimensional image of the stack, etc., and
untitled
- 查看中国地图在matlab中,编辑中国的海岸线。-See a map of china in matlab, the editor of the Chinese coastline.
mappingtoolbox
- matlab地图工具箱的详细介绍,对需要绘制地图可以一看。-Map of the toolbox matlab detailed descr iption of the need to draw the maps can have a look.
pathplanningbasedonprobabilitymap
- 基于威胁概率地图的航迹规划方法,首先建立威胁概率地图,然后利用A—star算法进行航迹寻优秀。-Threat probability map based on route planning, threat probability map is established, then using A-star algorithm for finding good track.
matlab-chinamap
- matlab 绘制中国地图,里面包含原始数据和程序-matlab draw the map of China, which contains the original data and programs
createmap
- MATLAB中创建三维地图,可用于三维航迹规划中,-MATLAB to create three-dimensional map
ant. MATLAB
- 蚁群算法在机器人路经规划中MATLAB栅格地图求得最短路径(Robot path planning MATLAB ant colony algorithm to find the shortest path in the grid map)
MATLAB
- 三维地图,用于计算地形遮蔽等计算时的DEM数据(The 3D map is used to calculate the DEM data in the calculation of topography and occlusion)
ekf-slam-matlab-master
- 基于matlab平台的slam模拟器,GUI界面,地图构建和定位。(SLAM simulator in MATLAB that uses a graphical interface for visualisation and allows manual mapping of rooms and obstacles.)
坐标转换及其地图投影
- 常用的测量坐标系转换及其地图投影的matlab源代码。(Commonly used measurement coordinate system conversion and map projection of the matlab source code.)
map
- 室内地图的栅格化程序,用matlab完成。可以地图矩阵用0/1显示(A raster program for indoor maps)
栅格地图源代码
- MATLAB创建栅格地图源码,用于路径规划方面的地图创建(MATLAB create grid map source code for map building in path planning)
MATLAB画栅格
- 可用于遗传算法采用栅格法进行路径规划中构建栅格地图(It can be used in genetic algorithm to construct raster map by grid method.)
地铁动态显示地图
- 地铁动态显示地图,可模拟武汉地铁2号线路线。一个很不错的matlab动画例子
MATLABB
- MATLAB绘制栅格化地图 %创建具有障碍物的栅格地图 %矩阵中0代表黑色栅格 a = ones(20); a(3,3:7)=0; a(3:10,7)=0; a(10,3:7)=0; a(17,13:17)=0; a(10:17,13)=0; a(10,13:17)=0; a(14,15)=0; b = a; %disp(a(end,end)); b(end+1,end+1) = 0; %disp(b); colormap([0 0 0;1 1 1]); % 创建颜色 %disp(size