You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial commit R2016b. 3 methods of connecting 3D mechanical models to other domains. Contains library of blocks to simplify integration. Documentation for each example.
</style></head><body><divclass="content"><h1>Extending Simscape Multibody Models with Additional Physical Effects</h1><p>These examples shows methods of extending Simscape Multibody models with additional physical effects using Simscape. Review the methods in these examples to determine which method is best suited to your needs.</p><p>
70
+
<tr>1. <ahref="matlab:web('sm_ssci_hinge_hardstop.html');">Joint Limits and Friction Methods in a Hinge</a>   (open <ahref="matlab:open_system('sm_ssci_hinge_hardstop.slx');"> model</a>)<br>
71
+
<tr>Three methods of extending Simscape Multibody models.<br>
72
+
<tr><br>
73
+
<tr>2. <ahref="matlab:web('sm_ssci_hydraulic_lift_flib.html');">Hydraulic Actuator with 1D Mechanical Ports</a>   (open <ahref="matlab:open_system('sm_ssci_hydraulic_lift_flib.slx');"> model</a>)<br>
74
+
<tr>Hydraulic lift table modeled using physical components from Foundation Library. <br>
75
+
<tr><br>
76
+
<tr>3. <ahref="matlab:web('sm_ssci_hydraulic_lift_psig.html');">Hydraulic Actuator with Physical Signal Ports</a>   (open <ahref="matlab:open_system('sm_ssci_hydraulic_lift_psig.slx');"> model</a>)<br>
77
+
<tr>Hydraulic lift table modeled using custom components and joint actuation. <br>
78
+
<tr><br>
79
+
<tr>4. <ahref="matlab:web('sm_ssci_hydraulic_lift_trsn.html');">Hydraulic Actuator with Multibody Ports</a>   (open <ahref="matlab:open_system('sm_ssci_hydraulic_lift_trsn.slx');"> model</a>)<br>
80
+
<tr>Hydraulic lift table modeled using custom components and multibody frame actuation. <br>
81
+
<tr><br>
82
+
<tr>5. <ahref="matlab:web('sm_ssci_electric_lift_trsn.html');">Electric Motor with Multibody Ports</a>   (open <ahref="matlab:open_system('sm_ssci_electric_lift_trsn.slx');"> model</a>)<br>
83
+
<tr>Electrically actuated lift table modeled using custom components and multibody frame actuation. <br>
84
+
</p><pclass="footer"><br><ahref="http://www.mathworks.com/products/matlab/">Published with MATLAB® R2016b</a><br></p></div><!--
85
+
##### SOURCE BEGIN #####
86
+
%% Extending Simscape Multibody Models with Additional Physical Effects
87
+
%
88
+
% These examples shows methods of extending Simscape Multibody models with
89
+
% additional physical effects using Simscape. Review the methods in these
90
+
% examples to determine which method is best suited to your needs.
91
+
%
92
+
% <html>
93
+
% <tr>1. <a href="matlab:web('sm_ssci_hinge_hardstop.html');">Joint Limits and Friction Methods in a Hinge</a>   (open <a href="matlab:open_system('sm_ssci_hinge_hardstop.slx');"> model</a>)<br>
94
+
% <tr>Three methods of extending Simscape Multibody models.<br>
0 commit comments