![]() |
displayPURPOSE
Displays the name of the robot.
SYNOPSIS
function display(R)
DESCRIPTION
Displays the name of the robot. Displays the name of the robot. CROSS-REFERENCE INFORMATION
This function calls:
SOURCE CODE
0001 function display(R) 0002 % Displays the name of the robot. 0003 % 0004 % Displays the name of the robot. 0005 0006 disp(R.name); 0007 |