![]() |
displayPURPOSE
Displays the type of sensor.
SYNOPSIS
function display(S)
DESCRIPTION
Displays the type of sensor. Displays the type of sensor, in this case, the generic sensor. CROSS-REFERENCE INFORMATION
This function calls:
SOURCE CODE
0001 function display(S) 0002 % Displays the type of sensor. 0003 % 0004 % Displays the type of sensor, in this case, the generic sensor. 0005 0006 disp(['sensor']); |