├── AUVmodelingandsim.prj ├── Files ├── AUV_Model.slx └── setax.m ├── README.md ├── SECURITY.md ├── license.txt └── resources └── project ├── Project.xml ├── ProjectData.type.Info.xml ├── Root.type.Categories ├── FileClassCategory.type.Category.xml └── FileClassCategory.type.Category │ ├── artifact.type.Label.xml │ ├── convenience.type.Label.xml │ ├── derived.type.Label.xml │ ├── design.type.Label.xml │ ├── none.type.Label.xml │ ├── other.type.Label.xml │ └── test.type.Label.xml ├── Root.type.Files ├── Files.type.File.xml ├── Files.type.File │ ├── 1.type.DIR_SIGNIFIER.xml │ ├── AUV_Model.slx.type.File.xml │ └── setax.m.type.File.xml ├── README.md.type.File.xml ├── SECURITY.md.type.File.xml └── license.txt.type.File.xml ├── Root.type.ProjectPath └── b23bf6e2-ff61-4e91-af45-3063945c1347.type.Reference.xml └── uuid-add8d8f5-1f23-42d2-99de-525fb5cb869f.xml /AUVmodelingandsim.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/AUV-modeling-and-sim/HEAD/AUVmodelingandsim.prj -------------------------------------------------------------------------------- /Files/AUV_Model.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/AUV-modeling-and-sim/HEAD/Files/AUV_Model.slx -------------------------------------------------------------------------------- /Files/setax.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/AUV-modeling-and-sim/HEAD/Files/setax.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/AUV-modeling-and-sim/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/AUV-modeling-and-sim/HEAD/SECURITY.md -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/AUV-modeling-and-sim/HEAD/license.txt -------------------------------------------------------------------------------- /resources/project/Project.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/ProjectData.type.Info.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/AUV-modeling-and-sim/HEAD/resources/project/Root.type.Categories/FileClassCategory.type.Category.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/artifact.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/convenience.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/derived.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/design.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/none.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/other.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Categories/FileClassCategory.type.Category/test.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Files.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Files.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Files.type.File/AUV_Model.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/AUV-modeling-and-sim/HEAD/resources/project/Root.type.Files/Files.type.File/AUV_Model.slx.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/Files.type.File/setax.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mathworks/AUV-modeling-and-sim/HEAD/resources/project/Root.type.Files/Files.type.File/setax.m.type.File.xml -------------------------------------------------------------------------------- /resources/project/Root.type.Files/README.md.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/SECURITY.md.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.Files/license.txt.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/Root.type.ProjectPath/b23bf6e2-ff61-4e91-af45-3063945c1347.type.Reference.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /resources/project/uuid-add8d8f5-1f23-42d2-99de-525fb5cb869f.xml: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------