N
nuramzan132
Guest
请某人...你能给我一些例子如何操作该软件...我都做到了,但有一些在三维可视化MATLAB的麻烦(使用GPRMAX3D)...感谢... ...
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Lucille said:嗨,我一直与3D版的GprMax只是一点点。暂时我用Matlab的“补丁”功能,可视化我画的典范。结果被视为对Fields.ez感谢。下面是我的Matlab程序是这样的:[代码]名称='NameOfYourSimulatedFile.geo'; [主题词,ID,标题,媒体] = gprmax3g(姓名); [生化,滴度转] = fileparts(名称),图P1 =补丁(等值面(目,1));集(P1,“facecolor”,[1,0,0],“edgecolor','无'); P2 =补丁(等值面(目,2));集(P2 “facecolor”,[0,1,0],“edgecolor','无'); [头,字段] = gprmax([名称(1:终端3),”出“]); radargram(:, :)= Fields.ez(:,1,:),T = 1E9 * Fields.t; Y = Header.dy * Header.rx:Header.dy * Header.RxStepY:Header.dy * Header.rx +(头。DY * Header.RxStepY *(Header.NSteps - 1));图; imagesc(Y,T,radargram)标题(“EZ'); ylabel('时间(ns)'); xlabel('扫描长度(米)');人物; [X,Y] = meshgrid(Y,T),冲浪(X,Y,radargram,“EdgeColor','无')查看([1,0,0]);标题(” EZ'); ylabel('时间(M)'); xlabel('扫描长度(m )');[/代码]