There was an error while loading. Please reload this page.
1 parent 06bbffc commit fbc9627Copy full SHA for fbc9627
1 file changed
examples/matlab_octave/helmholtz2D_wifi.m
@@ -3,10 +3,7 @@
3
% k = angular wave number
4
% n = refractive index
5
% This equation models the wifi signal propagation in a room
6
-
7
-clc
8
-close all
9
+clear; clc; close all;
10
addpath('../../src/matlab_octave')
11
12
% define the walls
0 commit comments