你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Updated loading and plotting of time array to match Python plotting tools, i.e. in seconds rather than nano-seconds.
这个提交包含在:
@@ -17,7 +17,7 @@ if filename ~= 0
|
||||
field = input(prompt,'s');
|
||||
fieldpath = strcat('/rxs/rx1/', field);
|
||||
field = h5read(filename, fieldpath)';
|
||||
time = 0:dt:iterations * dt;
|
||||
time = linspace(0, iterations*dt, iterations)';
|
||||
traces = 0:size(field,2);
|
||||
|
||||
fh1=figure('Name', filename);
|
||||
|
在新工单中引用
屏蔽一个用户