├── .SimulinkProject ├── 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 │ ├── BikeSimulator.zip.type.File.xml │ ├── SimpleMBS.zip.type.File.xml │ ├── Uebung_CAE.pdf.type.File.xml │ ├── Uebung_Simulink.zip.type.File.xml │ ├── Uebung_Simulink_Tmp.type.File.xml │ └── Uebung_Simulink_Tmp.type.File │ │ ├── 1.type.DIR_SIGNIFIER.xml │ │ ├── SimulinkTemplate.type.File.xml │ │ └── SimulinkTemplate.type.File │ │ ├── 1.type.DIR_SIGNIFIER.xml │ │ ├── PendulumCartSim.slx.type.File.xml │ │ └── call_plot.m.type.File.xml ├── Root.type.ProjectPath │ └── 0e1629c3-5b9a-44a1-be52-3cca9d166085.type.Reference.xml └── uuid-ba9351ec-a1a9-4cd8-8b42-bee7a32e7bb1 ├── BikeSimulator.zip ├── CAE_Exercise.prj ├── SimpleMBS.zip ├── Uebung_CAE.pdf ├── Uebung_Simulink.zip └── Uebung_Simulink_Tmp └── SimulinkTemplate ├── PendulumCartSim.slx └── call_plot.m /.SimulinkProject/Project.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/ProjectData.type.Info.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Categories/FileClassCategory.type.Category.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/.SimulinkProject/Root.type.Categories/FileClassCategory.type.Category.xml -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Categories/FileClassCategory.type.Category/artifact.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Categories/FileClassCategory.type.Category/convenience.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Categories/FileClassCategory.type.Category/derived.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Categories/FileClassCategory.type.Category/design.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Categories/FileClassCategory.type.Category/none.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Categories/FileClassCategory.type.Category/other.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Categories/FileClassCategory.type.Category/test.type.Label.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/BikeSimulator.zip.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/.SimulinkProject/Root.type.Files/BikeSimulator.zip.type.File.xml -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/SimpleMBS.zip.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/.SimulinkProject/Root.type.Files/SimpleMBS.zip.type.File.xml -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/Uebung_CAE.pdf.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/.SimulinkProject/Root.type.Files/Uebung_CAE.pdf.type.File.xml -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/Uebung_Simulink.zip.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/.SimulinkProject/Root.type.Files/Uebung_Simulink.zip.type.File.xml -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/Uebung_Simulink_Tmp.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/Uebung_Simulink_Tmp.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/Uebung_Simulink_Tmp.type.File/SimulinkTemplate.type.File.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/Uebung_Simulink_Tmp.type.File/SimulinkTemplate.type.File/1.type.DIR_SIGNIFIER.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/Uebung_Simulink_Tmp.type.File/SimulinkTemplate.type.File/PendulumCartSim.slx.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/.SimulinkProject/Root.type.Files/Uebung_Simulink_Tmp.type.File/SimulinkTemplate.type.File/PendulumCartSim.slx.type.File.xml -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.Files/Uebung_Simulink_Tmp.type.File/SimulinkTemplate.type.File/call_plot.m.type.File.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/.SimulinkProject/Root.type.Files/Uebung_Simulink_Tmp.type.File/SimulinkTemplate.type.File/call_plot.m.type.File.xml -------------------------------------------------------------------------------- /.SimulinkProject/Root.type.ProjectPath/0e1629c3-5b9a-44a1-be52-3cca9d166085.type.Reference.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/.SimulinkProject/Root.type.ProjectPath/0e1629c3-5b9a-44a1-be52-3cca9d166085.type.Reference.xml -------------------------------------------------------------------------------- /.SimulinkProject/uuid-ba9351ec-a1a9-4cd8-8b42-bee7a32e7bb1: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /BikeSimulator.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/BikeSimulator.zip -------------------------------------------------------------------------------- /CAE_Exercise.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/CAE_Exercise.prj -------------------------------------------------------------------------------- /SimpleMBS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/SimpleMBS.zip -------------------------------------------------------------------------------- /Uebung_CAE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/Uebung_CAE.pdf -------------------------------------------------------------------------------- /Uebung_Simulink.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/Uebung_Simulink.zip -------------------------------------------------------------------------------- /Uebung_Simulink_Tmp/SimulinkTemplate/PendulumCartSim.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/Uebung_Simulink_Tmp/SimulinkTemplate/PendulumCartSim.slx -------------------------------------------------------------------------------- /Uebung_Simulink_Tmp/SimulinkTemplate/call_plot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/turnwald/CAE_Exercise/HEAD/Uebung_Simulink_Tmp/SimulinkTemplate/call_plot.m --------------------------------------------------------------------------------