├── .gitattributes ├── 9781484257982.jpg ├── Contributing.md ├── LICENSE.txt ├── PART_1__Chapter_1 ├── Laplace_vs_Dsolve_Ex6.m ├── Laplace_vs_Dsolve_New_MATLAB_ex4.m ├── Laplace_vs_Dsolve_New_MATLAB_ex5.m ├── Laplace_vs_Dsolve_old_MATLAB_ex4.m ├── Laplace_vs_Dsolve_old_MATLAB_ex5.m ├── Unicode_2nd_ODE.m ├── Unicode_4th_order_ODE.m └── iLaplace_Ex7.m ├── PART_1__Chapter_2 ├── Example1.m ├── Example2.m ├── Example3.m ├── Example4.m ├── Example5.m ├── ExampleODE1.m ├── Example_2_1ODE.mdl ├── Fun_File.m ├── ODE1simOK.m └── ODEx_Compare.m ├── PART_1__Chapter_3 ├── Adams_Moulton_2ndODE_ex1.m ├── Adams_Moulton_2ndODE_ex2.m ├── Example1_2ndODE.m ├── Example2_2ndODE.m ├── Example3_2ndODE.m ├── Example4_2ndODE.m ├── Example5_2ndODE.m ├── Example_2_2ODE.mdl ├── Fun3.m ├── ICs_non_Zero_2ODE_EX3.mdl ├── ICs_non_Zero_2ODE_EX4.mdl ├── MARS_lander.m ├── ODEx_solvers_EX1.m ├── ODEx_solvers_EX2.m ├── ODEx_solvers_EX3.m ├── ODEx_solvers_EX4.m ├── RK_2ndODE_ex1.m ├── RK_2ndODE_ex2.m ├── RK_2ndODE_ex3.m ├── RK_2ndODE_ex4.m ├── RK_2ndODE_ex5.m ├── Sim_Model_2ndODE_ex1.mdl ├── Sim_Model_2ndODE_ex2.mdl ├── Sim_Model_2ndODE_ex2_alt.mdl ├── Sim_Model_2ndODE_ex3.mdl ├── Sim_Model_2ndODE_ex4.mdl └── Sim_Model_2ndODE_ex5.slx ├── PART_1__Chapter_4 ├── A2_Stiff.m ├── ChebyshevDemo.m ├── EL_Circuit.slx ├── STIFF_1ODE_EX1.m ├── STIFF_1ODE_EX2.m ├── STIFF_1ODE_EX3.m ├── STIFF_1ODE_a.m ├── STIFF_2ODE_EX4.m └── STIFF_2ODE_EX6.m ├── PART_1__Chapter_5 ├── AKZO_NOBEL.mdl ├── AN_ode15s.m ├── F_ANOBEL.m ├── Fourth_order_ODE.slx ├── HIRES_EM.m ├── HIRES_RK.m ├── HIRES_sim.mdl ├── Robertson_problem.slx └── SOLVE_4order_ODE.m ├── PART_1__Chapter_6 ├── DAE_Fun.m ├── IMPLICIT_1ODE_EX1.m ├── IMPLICIT_1ODE_EX1_sim.mdl ├── IMPLICIT_1ODE_EX6.m ├── IMPLICIT_1ODE_EX6_sim.mdl ├── IMPLICIT_2ODE_EX2.m ├── IMPLICIT_2ODE_EX3.m ├── IMPLICIT_2ODE_EX4.m ├── IMPLICIT_2ODE_EX4_sim.mdl ├── IMPLICIT_2ODE_EX5.m └── IMPLICIT_2ODE_EX5_sim.slx ├── PART_1__Chapter_7 ├── COMPARE_ODE_Solvers.m ├── COMPARE_ODE_Solvers_MUPAD.mn └── COMPARE_ODE_Solvers_sim.slx ├── PART_2__Chapter_8 ├── BVP_EX1.m ├── BVP_EX2.m ├── BVP_EX3.m ├── BVP_EX4.m ├── BVP_EX4_MuPAD.mn ├── BVP_EX5.m └── BVP_EX5_MuPAD.mn ├── PART_3__Chapter_9_10_11_12 ├── DC_Motor_SIM.m ├── DC_Motor_w_Load.slx ├── DC__motor.slx ├── DOUBLE_Pedulum_Linear_2.m ├── DOUBLE_Pedulum_Model_2.m ├── DOUBLE_Pendulum_Linear.slx ├── DOUBLE_Pendulum_Linear.slx.r2017a ├── DOUBLE_Pendulum_Linear.slxc ├── DOUBLE_pendulum.slx ├── DOUBLE_pendulum.slx.r2017a ├── DOUBLE_pendulum.slxc ├── Falling_Object.m ├── LORENZ_functions.m ├── Lotka_Voltera.m ├── MASS3.m ├── Microphone_Model.slx ├── Microphone_Model.slxc ├── Motor_Pump.slx ├── Motor_Pump.slxc ├── Motor_Pump_Demo.m ├── Motor_Pump_Model_2.m ├── Pulses__Input.mdl ├── SMDode.m ├── SMDsysSIM_compare.m ├── SMDsysSIM_compare_ICs.m ├── SMsysSIM.m ├── Sim_DC_Motor_w_Load.m ├── Sim_DOUBLE_Pendulum.m ├── Sim_Double_Pendulum_Linear.m ├── Sim_Microphone_Model.m ├── Sim_Motor_Pump.m ├── Sim_TENNIS_Ball.m ├── Sim_func_pulse.m ├── TENNIS_Ball.slx ├── TENNIS_ball.slxc ├── ThreeDOFsys.slx ├── ThreeDOFsys.slx.r2017a ├── ThreeDOFsys.slxc ├── Thrown_Ball.m ├── Thrown_Ball_All.m ├── Two_DOF_SMsys.mdl ├── Two_DOF_SMsys.slx.r2019a ├── Two_DOF_SMsys.slxc ├── slprj │ └── sim │ │ └── varcache │ │ ├── DOUBLE_Pendulum_Linear │ │ ├── checksumOfCache.mat │ │ ├── tmwinternal │ │ │ └── simulink_cache.xml │ │ └── varInfo.mat │ │ ├── DOUBLE_pendulum │ │ ├── checksumOfCache.mat │ │ ├── tmwinternal │ │ │ └── simulink_cache.xml │ │ └── varInfo.mat │ │ ├── Microphone_Model │ │ ├── checksumOfCache.mat │ │ ├── tmwinternal │ │ │ └── simulink_cache.xml │ │ └── varInfo.mat │ │ ├── Motor_Pump │ │ ├── checksumOfCache.mat │ │ ├── tmwinternal │ │ │ └── simulink_cache.xml │ │ └── varInfo.mat │ │ ├── TENNIS_ball │ │ ├── checksumOfCache.mat │ │ ├── tmwinternal │ │ │ └── simulink_cache.xml │ │ └── varInfo.mat │ │ ├── ThreeDOFsys │ │ ├── checksumOfCache.mat │ │ ├── tmwinternal │ │ │ └── simulink_cache.xml │ │ └── varInfo.mat │ │ └── Two_DOF_SMsys │ │ ├── checksumOfCache.mat │ │ ├── tmwinternal │ │ └── simulink_cache.xml │ │ └── varInfo.mat ├── three_MASS.m ├── two_DOF_sys_sim_ALL.m └── zeta_1DOF_SMD.m ├── PART_4__Chapter_13 ├── Heat_Transfer.m ├── Heat_Transfer_GS_method.m ├── Heat_Transfer_Laplacian_Operator.m ├── Wave_Propagation_1D.m └── Wave_Propagation_2D.m ├── README.md └── errata.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/.gitattributes -------------------------------------------------------------------------------- /9781484257982.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/9781484257982.jpg -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/Contributing.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /PART_1__Chapter_1/Laplace_vs_Dsolve_Ex6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_1/Laplace_vs_Dsolve_Ex6.m -------------------------------------------------------------------------------- /PART_1__Chapter_1/Laplace_vs_Dsolve_New_MATLAB_ex4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_1/Laplace_vs_Dsolve_New_MATLAB_ex4.m -------------------------------------------------------------------------------- /PART_1__Chapter_1/Laplace_vs_Dsolve_New_MATLAB_ex5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_1/Laplace_vs_Dsolve_New_MATLAB_ex5.m -------------------------------------------------------------------------------- /PART_1__Chapter_1/Laplace_vs_Dsolve_old_MATLAB_ex4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_1/Laplace_vs_Dsolve_old_MATLAB_ex4.m -------------------------------------------------------------------------------- /PART_1__Chapter_1/Laplace_vs_Dsolve_old_MATLAB_ex5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_1/Laplace_vs_Dsolve_old_MATLAB_ex5.m -------------------------------------------------------------------------------- /PART_1__Chapter_1/Unicode_2nd_ODE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_1/Unicode_2nd_ODE.m -------------------------------------------------------------------------------- /PART_1__Chapter_1/Unicode_4th_order_ODE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_1/Unicode_4th_order_ODE.m -------------------------------------------------------------------------------- /PART_1__Chapter_1/iLaplace_Ex7.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_1/iLaplace_Ex7.m -------------------------------------------------------------------------------- /PART_1__Chapter_2/Example1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_2/Example1.m -------------------------------------------------------------------------------- /PART_1__Chapter_2/Example2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_2/Example2.m -------------------------------------------------------------------------------- /PART_1__Chapter_2/Example3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_2/Example3.m -------------------------------------------------------------------------------- /PART_1__Chapter_2/Example4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_2/Example4.m -------------------------------------------------------------------------------- /PART_1__Chapter_2/Example5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_2/Example5.m -------------------------------------------------------------------------------- /PART_1__Chapter_2/ExampleODE1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_2/ExampleODE1.m -------------------------------------------------------------------------------- /PART_1__Chapter_2/Example_2_1ODE.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_2/Example_2_1ODE.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_2/Fun_File.m: -------------------------------------------------------------------------------- 1 | function F=Fun_File(t, y) 2 | F=(-2*y^2*t); 3 | end -------------------------------------------------------------------------------- /PART_1__Chapter_2/ODE1simOK.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_2/ODE1simOK.m -------------------------------------------------------------------------------- /PART_1__Chapter_2/ODEx_Compare.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_2/ODEx_Compare.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/Adams_Moulton_2ndODE_ex1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Adams_Moulton_2ndODE_ex1.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/Adams_Moulton_2ndODE_ex2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Adams_Moulton_2ndODE_ex2.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/Example1_2ndODE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Example1_2ndODE.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/Example2_2ndODE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Example2_2ndODE.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/Example3_2ndODE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Example3_2ndODE.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/Example4_2ndODE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Example4_2ndODE.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/Example5_2ndODE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Example5_2ndODE.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/Example_2_2ODE.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Example_2_2ODE.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_3/Fun3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Fun3.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/ICs_non_Zero_2ODE_EX3.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/ICs_non_Zero_2ODE_EX3.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_3/ICs_non_Zero_2ODE_EX4.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/ICs_non_Zero_2ODE_EX4.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_3/MARS_lander.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/MARS_lander.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/ODEx_solvers_EX1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/ODEx_solvers_EX1.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/ODEx_solvers_EX2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/ODEx_solvers_EX2.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/ODEx_solvers_EX3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/ODEx_solvers_EX3.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/ODEx_solvers_EX4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/ODEx_solvers_EX4.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/RK_2ndODE_ex1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/RK_2ndODE_ex1.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/RK_2ndODE_ex2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/RK_2ndODE_ex2.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/RK_2ndODE_ex3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/RK_2ndODE_ex3.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/RK_2ndODE_ex4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/RK_2ndODE_ex4.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/RK_2ndODE_ex5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/RK_2ndODE_ex5.m -------------------------------------------------------------------------------- /PART_1__Chapter_3/Sim_Model_2ndODE_ex1.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Sim_Model_2ndODE_ex1.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_3/Sim_Model_2ndODE_ex2.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Sim_Model_2ndODE_ex2.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_3/Sim_Model_2ndODE_ex2_alt.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Sim_Model_2ndODE_ex2_alt.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_3/Sim_Model_2ndODE_ex3.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Sim_Model_2ndODE_ex3.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_3/Sim_Model_2ndODE_ex4.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Sim_Model_2ndODE_ex4.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_3/Sim_Model_2ndODE_ex5.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_3/Sim_Model_2ndODE_ex5.slx -------------------------------------------------------------------------------- /PART_1__Chapter_4/A2_Stiff.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_4/A2_Stiff.m -------------------------------------------------------------------------------- /PART_1__Chapter_4/ChebyshevDemo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_4/ChebyshevDemo.m -------------------------------------------------------------------------------- /PART_1__Chapter_4/EL_Circuit.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_4/EL_Circuit.slx -------------------------------------------------------------------------------- /PART_1__Chapter_4/STIFF_1ODE_EX1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_4/STIFF_1ODE_EX1.m -------------------------------------------------------------------------------- /PART_1__Chapter_4/STIFF_1ODE_EX2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_4/STIFF_1ODE_EX2.m -------------------------------------------------------------------------------- /PART_1__Chapter_4/STIFF_1ODE_EX3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_4/STIFF_1ODE_EX3.m -------------------------------------------------------------------------------- /PART_1__Chapter_4/STIFF_1ODE_a.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_4/STIFF_1ODE_a.m -------------------------------------------------------------------------------- /PART_1__Chapter_4/STIFF_2ODE_EX4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_4/STIFF_2ODE_EX4.m -------------------------------------------------------------------------------- /PART_1__Chapter_4/STIFF_2ODE_EX6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_4/STIFF_2ODE_EX6.m -------------------------------------------------------------------------------- /PART_1__Chapter_5/AKZO_NOBEL.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_5/AKZO_NOBEL.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_5/AN_ode15s.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_5/AN_ode15s.m -------------------------------------------------------------------------------- /PART_1__Chapter_5/F_ANOBEL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_5/F_ANOBEL.m -------------------------------------------------------------------------------- /PART_1__Chapter_5/Fourth_order_ODE.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_5/Fourth_order_ODE.slx -------------------------------------------------------------------------------- /PART_1__Chapter_5/HIRES_EM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_5/HIRES_EM.m -------------------------------------------------------------------------------- /PART_1__Chapter_5/HIRES_RK.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_5/HIRES_RK.m -------------------------------------------------------------------------------- /PART_1__Chapter_5/HIRES_sim.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_5/HIRES_sim.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_5/Robertson_problem.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_5/Robertson_problem.slx -------------------------------------------------------------------------------- /PART_1__Chapter_5/SOLVE_4order_ODE.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_5/SOLVE_4order_ODE.m -------------------------------------------------------------------------------- /PART_1__Chapter_6/DAE_Fun.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/DAE_Fun.m -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_1ODE_EX1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_1ODE_EX1.m -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_1ODE_EX1_sim.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_1ODE_EX1_sim.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_1ODE_EX6.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_1ODE_EX6.m -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_1ODE_EX6_sim.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_1ODE_EX6_sim.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_2ODE_EX2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_2ODE_EX2.m -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_2ODE_EX3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_2ODE_EX3.m -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_2ODE_EX4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_2ODE_EX4.m -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_2ODE_EX4_sim.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_2ODE_EX4_sim.mdl -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_2ODE_EX5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_2ODE_EX5.m -------------------------------------------------------------------------------- /PART_1__Chapter_6/IMPLICIT_2ODE_EX5_sim.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_6/IMPLICIT_2ODE_EX5_sim.slx -------------------------------------------------------------------------------- /PART_1__Chapter_7/COMPARE_ODE_Solvers.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_7/COMPARE_ODE_Solvers.m -------------------------------------------------------------------------------- /PART_1__Chapter_7/COMPARE_ODE_Solvers_MUPAD.mn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_7/COMPARE_ODE_Solvers_MUPAD.mn -------------------------------------------------------------------------------- /PART_1__Chapter_7/COMPARE_ODE_Solvers_sim.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_1__Chapter_7/COMPARE_ODE_Solvers_sim.slx -------------------------------------------------------------------------------- /PART_2__Chapter_8/BVP_EX1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_2__Chapter_8/BVP_EX1.m -------------------------------------------------------------------------------- /PART_2__Chapter_8/BVP_EX2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_2__Chapter_8/BVP_EX2.m -------------------------------------------------------------------------------- /PART_2__Chapter_8/BVP_EX3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_2__Chapter_8/BVP_EX3.m -------------------------------------------------------------------------------- /PART_2__Chapter_8/BVP_EX4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_2__Chapter_8/BVP_EX4.m -------------------------------------------------------------------------------- /PART_2__Chapter_8/BVP_EX4_MuPAD.mn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_2__Chapter_8/BVP_EX4_MuPAD.mn -------------------------------------------------------------------------------- /PART_2__Chapter_8/BVP_EX5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_2__Chapter_8/BVP_EX5.m -------------------------------------------------------------------------------- /PART_2__Chapter_8/BVP_EX5_MuPAD.mn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_2__Chapter_8/BVP_EX5_MuPAD.mn -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DC_Motor_SIM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DC_Motor_SIM.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DC_Motor_w_Load.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DC_Motor_w_Load.slx -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DC__motor.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DC__motor.slx -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DOUBLE_Pedulum_Linear_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DOUBLE_Pedulum_Linear_2.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DOUBLE_Pedulum_Model_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DOUBLE_Pedulum_Model_2.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DOUBLE_Pendulum_Linear.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DOUBLE_Pendulum_Linear.slx -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DOUBLE_Pendulum_Linear.slx.r2017a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DOUBLE_Pendulum_Linear.slx.r2017a -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DOUBLE_Pendulum_Linear.slxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DOUBLE_Pendulum_Linear.slxc -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DOUBLE_pendulum.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DOUBLE_pendulum.slx -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DOUBLE_pendulum.slx.r2017a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DOUBLE_pendulum.slx.r2017a -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/DOUBLE_pendulum.slxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/DOUBLE_pendulum.slxc -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Falling_Object.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Falling_Object.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/LORENZ_functions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/LORENZ_functions.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Lotka_Voltera.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Lotka_Voltera.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/MASS3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/MASS3.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Microphone_Model.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Microphone_Model.slx -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Microphone_Model.slxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Microphone_Model.slxc -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Motor_Pump.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Motor_Pump.slx -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Motor_Pump.slxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Motor_Pump.slxc -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Motor_Pump_Demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Motor_Pump_Demo.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Motor_Pump_Model_2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Motor_Pump_Model_2.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Pulses__Input.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Pulses__Input.mdl -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/SMDode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/SMDode.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/SMDsysSIM_compare.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/SMDsysSIM_compare.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/SMDsysSIM_compare_ICs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/SMDsysSIM_compare_ICs.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/SMsysSIM.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/SMsysSIM.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Sim_DC_Motor_w_Load.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Sim_DC_Motor_w_Load.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Sim_DOUBLE_Pendulum.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Sim_DOUBLE_Pendulum.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Sim_Double_Pendulum_Linear.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Sim_Double_Pendulum_Linear.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Sim_Microphone_Model.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Sim_Microphone_Model.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Sim_Motor_Pump.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Sim_Motor_Pump.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Sim_TENNIS_Ball.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Sim_TENNIS_Ball.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Sim_func_pulse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Sim_func_pulse.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/TENNIS_Ball.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/TENNIS_Ball.slx -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/TENNIS_ball.slxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/TENNIS_ball.slxc -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/ThreeDOFsys.slx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/ThreeDOFsys.slx -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/ThreeDOFsys.slx.r2017a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/ThreeDOFsys.slx.r2017a -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/ThreeDOFsys.slxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/ThreeDOFsys.slxc -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Thrown_Ball.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Thrown_Ball.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Thrown_Ball_All.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Thrown_Ball_All.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Two_DOF_SMsys.mdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Two_DOF_SMsys.mdl -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Two_DOF_SMsys.slx.r2019a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Two_DOF_SMsys.slx.r2019a -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/Two_DOF_SMsys.slxc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/Two_DOF_SMsys.slxc -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_Pendulum_Linear/checksumOfCache.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_Pendulum_Linear/checksumOfCache.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_Pendulum_Linear/tmwinternal/simulink_cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_Pendulum_Linear/tmwinternal/simulink_cache.xml -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_Pendulum_Linear/varInfo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_Pendulum_Linear/varInfo.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_pendulum/checksumOfCache.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_pendulum/checksumOfCache.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_pendulum/tmwinternal/simulink_cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_pendulum/tmwinternal/simulink_cache.xml -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_pendulum/varInfo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/DOUBLE_pendulum/varInfo.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Microphone_Model/checksumOfCache.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Microphone_Model/checksumOfCache.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Microphone_Model/tmwinternal/simulink_cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Microphone_Model/tmwinternal/simulink_cache.xml -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Microphone_Model/varInfo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Microphone_Model/varInfo.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Motor_Pump/checksumOfCache.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Motor_Pump/checksumOfCache.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Motor_Pump/tmwinternal/simulink_cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Motor_Pump/tmwinternal/simulink_cache.xml -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Motor_Pump/varInfo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Motor_Pump/varInfo.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/TENNIS_ball/checksumOfCache.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/TENNIS_ball/checksumOfCache.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/TENNIS_ball/tmwinternal/simulink_cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/TENNIS_ball/tmwinternal/simulink_cache.xml -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/TENNIS_ball/varInfo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/TENNIS_ball/varInfo.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/ThreeDOFsys/checksumOfCache.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/ThreeDOFsys/checksumOfCache.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/ThreeDOFsys/tmwinternal/simulink_cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/ThreeDOFsys/tmwinternal/simulink_cache.xml -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/ThreeDOFsys/varInfo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/ThreeDOFsys/varInfo.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Two_DOF_SMsys/checksumOfCache.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Two_DOF_SMsys/checksumOfCache.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Two_DOF_SMsys/tmwinternal/simulink_cache.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Two_DOF_SMsys/tmwinternal/simulink_cache.xml -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Two_DOF_SMsys/varInfo.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/slprj/sim/varcache/Two_DOF_SMsys/varInfo.mat -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/three_MASS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/three_MASS.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/two_DOF_sys_sim_ALL.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/two_DOF_sys_sim_ALL.m -------------------------------------------------------------------------------- /PART_3__Chapter_9_10_11_12/zeta_1DOF_SMD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_3__Chapter_9_10_11_12/zeta_1DOF_SMD.m -------------------------------------------------------------------------------- /PART_4__Chapter_13/Heat_Transfer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_4__Chapter_13/Heat_Transfer.m -------------------------------------------------------------------------------- /PART_4__Chapter_13/Heat_Transfer_GS_method.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_4__Chapter_13/Heat_Transfer_GS_method.m -------------------------------------------------------------------------------- /PART_4__Chapter_13/Heat_Transfer_Laplacian_Operator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_4__Chapter_13/Heat_Transfer_Laplacian_Operator.m -------------------------------------------------------------------------------- /PART_4__Chapter_13/Wave_Propagation_1D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_4__Chapter_13/Wave_Propagation_1D.m -------------------------------------------------------------------------------- /PART_4__Chapter_13/Wave_Propagation_2D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/PART_4__Chapter_13/Wave_Propagation_2D.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/README.md -------------------------------------------------------------------------------- /errata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Apress/practical-matlab-modeling-w-simulink/HEAD/errata.md --------------------------------------------------------------------------------