From 2948b94cf9b4157d4386db31a98bd1a6b11d04e2 Mon Sep 17 00:00:00 2001 From: Sebastian Held Date: Wed, 13 Oct 2010 13:36:51 +0200 Subject: [PATCH] categorized matalb examples --- matlab/examples/{ => antennas}/Patch_Antenna.m | 0 matlab/examples/{ => microstrip}/MSL.m | 0 matlab/examples/{ => microstrip}/MSL2.m | 0 matlab/examples/{ => other}/Helix.m | 0 matlab/examples/{ => other}/Metamaterial_PlaneWave_Drude.m | 0 matlab/examples/{ => other}/PML_reflection_analysis.m | 0 matlab/examples/{ => other}/PlaneWave.m | 0 matlab/examples/{ => other}/gauss_excitation_test.m | 0 matlab/examples/{ => other}/resistance_sheet.m | 0 matlab/examples/{ => waveguide}/Circ_Waveguide.m | 0 matlab/examples/{ => waveguide}/Circ_Waveguide_CylinderCoords.m | 0 matlab/examples/{ => waveguide}/Coax.m | 0 matlab/examples/{ => waveguide}/Coax_CylinderCoords.m | 0 matlab/examples/{ => waveguide}/Coax_Cylindrical_MG.m | 0 matlab/examples/{ => waveguide}/Rect_Waveguide.m | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename matlab/examples/{ => antennas}/Patch_Antenna.m (100%) rename matlab/examples/{ => microstrip}/MSL.m (100%) rename matlab/examples/{ => microstrip}/MSL2.m (100%) rename matlab/examples/{ => other}/Helix.m (100%) rename matlab/examples/{ => other}/Metamaterial_PlaneWave_Drude.m (100%) rename matlab/examples/{ => other}/PML_reflection_analysis.m (100%) rename matlab/examples/{ => other}/PlaneWave.m (100%) rename matlab/examples/{ => other}/gauss_excitation_test.m (100%) rename matlab/examples/{ => other}/resistance_sheet.m (100%) rename matlab/examples/{ => waveguide}/Circ_Waveguide.m (100%) rename matlab/examples/{ => waveguide}/Circ_Waveguide_CylinderCoords.m (100%) rename matlab/examples/{ => waveguide}/Coax.m (100%) rename matlab/examples/{ => waveguide}/Coax_CylinderCoords.m (100%) rename matlab/examples/{ => waveguide}/Coax_Cylindrical_MG.m (100%) rename matlab/examples/{ => waveguide}/Rect_Waveguide.m (100%) diff --git a/matlab/examples/Patch_Antenna.m b/matlab/examples/antennas/Patch_Antenna.m similarity index 100% rename from matlab/examples/Patch_Antenna.m rename to matlab/examples/antennas/Patch_Antenna.m diff --git a/matlab/examples/MSL.m b/matlab/examples/microstrip/MSL.m similarity index 100% rename from matlab/examples/MSL.m rename to matlab/examples/microstrip/MSL.m diff --git a/matlab/examples/MSL2.m b/matlab/examples/microstrip/MSL2.m similarity index 100% rename from matlab/examples/MSL2.m rename to matlab/examples/microstrip/MSL2.m diff --git a/matlab/examples/Helix.m b/matlab/examples/other/Helix.m similarity index 100% rename from matlab/examples/Helix.m rename to matlab/examples/other/Helix.m diff --git a/matlab/examples/Metamaterial_PlaneWave_Drude.m b/matlab/examples/other/Metamaterial_PlaneWave_Drude.m similarity index 100% rename from matlab/examples/Metamaterial_PlaneWave_Drude.m rename to matlab/examples/other/Metamaterial_PlaneWave_Drude.m diff --git a/matlab/examples/PML_reflection_analysis.m b/matlab/examples/other/PML_reflection_analysis.m similarity index 100% rename from matlab/examples/PML_reflection_analysis.m rename to matlab/examples/other/PML_reflection_analysis.m diff --git a/matlab/examples/PlaneWave.m b/matlab/examples/other/PlaneWave.m similarity index 100% rename from matlab/examples/PlaneWave.m rename to matlab/examples/other/PlaneWave.m diff --git a/matlab/examples/gauss_excitation_test.m b/matlab/examples/other/gauss_excitation_test.m similarity index 100% rename from matlab/examples/gauss_excitation_test.m rename to matlab/examples/other/gauss_excitation_test.m diff --git a/matlab/examples/resistance_sheet.m b/matlab/examples/other/resistance_sheet.m similarity index 100% rename from matlab/examples/resistance_sheet.m rename to matlab/examples/other/resistance_sheet.m diff --git a/matlab/examples/Circ_Waveguide.m b/matlab/examples/waveguide/Circ_Waveguide.m similarity index 100% rename from matlab/examples/Circ_Waveguide.m rename to matlab/examples/waveguide/Circ_Waveguide.m diff --git a/matlab/examples/Circ_Waveguide_CylinderCoords.m b/matlab/examples/waveguide/Circ_Waveguide_CylinderCoords.m similarity index 100% rename from matlab/examples/Circ_Waveguide_CylinderCoords.m rename to matlab/examples/waveguide/Circ_Waveguide_CylinderCoords.m diff --git a/matlab/examples/Coax.m b/matlab/examples/waveguide/Coax.m similarity index 100% rename from matlab/examples/Coax.m rename to matlab/examples/waveguide/Coax.m diff --git a/matlab/examples/Coax_CylinderCoords.m b/matlab/examples/waveguide/Coax_CylinderCoords.m similarity index 100% rename from matlab/examples/Coax_CylinderCoords.m rename to matlab/examples/waveguide/Coax_CylinderCoords.m diff --git a/matlab/examples/Coax_Cylindrical_MG.m b/matlab/examples/waveguide/Coax_Cylindrical_MG.m similarity index 100% rename from matlab/examples/Coax_Cylindrical_MG.m rename to matlab/examples/waveguide/Coax_Cylindrical_MG.m diff --git a/matlab/examples/Rect_Waveguide.m b/matlab/examples/waveguide/Rect_Waveguide.m similarity index 100% rename from matlab/examples/Rect_Waveguide.m rename to matlab/examples/waveguide/Rect_Waveguide.m