Skip to content

Commit 4a8fb3b

Browse files
committed
Updated app.
1 parent 246dc25 commit 4a8fb3b

File tree

3 files changed

+22
-24
lines changed

3 files changed

+22
-24
lines changed

Component/MultibodyModelSetup/RobotModelSetupHelp.m

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
%% Model the Robot
1818
%
1919
% This section shows how to model a parametric articulated robot by using
20-
% custom library blocks, such as <matlab:web('Link.html') Link>,
21-
% <matlab:web('LLink.html') L-Link>,
22-
% <matlab:web('RotatingBaseWithBracket.html') Rotating Base With Bracket>,
23-
% and <matlab:web('TwoFingerGripper.html') Two Finger Gripper>.
20+
% custom library blocks, such as <matlab:web('Link.html','-new') Link>,
21+
% <matlab:web('LLink.html','-new') L-Link>,
22+
% <matlab:web('RotatingBaseWithBracket.html','-new') Rotating Base With Bracket>,
23+
% and <matlab:web('TwoFingerGripper.html','-new') Two Finger Gripper>.
2424
%%
2525
%
2626
% <html><h3>Model the Robot Base</h3></html>
@@ -332,19 +332,19 @@
332332
% To know more about how to determine the actuator rating, see
333333
% <matlab:open('ActuatorRatingWorkflow.mlx') Evaluate the Actuator Rating for an Articulated Robot>
334334
%
335-
% <https://www.mathworks.com/help/sm/ref/worldframe.html World Frame> — Adds
335+
% <matlab:web('https://www.mathworks.com/help/sm/ref/worldframe.html','-new') World Frame> — Adds
336336
% an inertial reference frame to the model.
337337
%
338-
% <https://www.mathworks.com/help/sm/ref/mechanismconfiguration.html Mechanism Configuration>
338+
% <matlab:web('https://www.mathworks.com/help/sm/ref/mechanismconfiguration.html','-new') Mechanism Configuration>
339339
% - Defines the gravitational constant in a model.
340340
%
341-
% <https://www.mathworks.com/help/simscape/ref/solverconfiguration.html Solver Configuration>
341+
% <matlab:web('https://www.mathworks.com/help/simscape/ref/solverconfiguration.html','-new') Solver Configuration>
342342
% — Sets Simscape local solver options such as types, tolerances, and time
343343
% steps. This is the only required block in a model.
344344
%
345-
% <https://www.mathworks.com/help/sm/ref/revolutejoint.html Revolute Joint>
345+
% <matlab:web('https://www.mathworks.com/help/sm/ref/revolutejoint.html','-new') Revolute Joint>
346346
% - Joint that has one rotational degree of freedom
347347
%
348-
% <https://www.mathworks.com/help/sm/ref/rigidtransform.html Rigid Transform>
348+
% <matlab:web('https://www.mathworks.com/help/sm/ref/rigidtransform.html','-new') Rigid Transform>
349349
% - Rotates and translates bodies and other frames relative to each other.
350350
%

0 commit comments

Comments
 (0)