Skip to content

Commit fbc9627

Browse files
committed
added clear all
1 parent 06bbffc commit fbc9627

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

examples/matlab_octave/helmholtz2D_wifi.m

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
% k = angular wave number
44
% n = refractive index
55
% This equation models the wifi signal propagation in a room
6-
7-
clc
8-
close all
9-
6+
clear; clc; close all;
107
addpath('../../src/matlab_octave')
118

129
% define the walls

0 commit comments

Comments
 (0)