• 大小: 4KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-10
  • 语言: Matlab
  • 标签: matlab  GprMax2D  

资源简介

GprMax2D gprmax2g.m matlab 这两个文件非常有用,我们的代码要经常调用他们

资源截图

代码片段和文件信息

function [meshheadermedia]=gprmax2g(name);

% GPRMAX2G  Read binary data representing the numerical grid used by ‘GprMax2D‘ 
%           simulator for ground probing radar.
%
%           [meshheadermedia] = gprmax2g( ‘filename‘ )
%           filename is the name of the binary format file.
%
%           mesh is an M x N matrix which contains the identification number for 
%           each region with different electrical properties. 
%
%           PLEASE NOTE: mesh IS STORED AS A 2 BYTE INTEGER IN THE LATEST 
%                        GPRMAX2D VERSION AND NOT AS AN UNSIGNED CHAR
%
%           M (the number of rows) is the number of Yee cells in the y direction. 
%           N (the number of rows) is the number of Yee cells in the x direction. 
%           
%           header is a structu

评论

共有 条评论