Deliver 1 - Ide - Luigi Salvemini: "Scale: %F KM"

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

DELIVER 1 – IDE_ LUIGI SALVEMINI

1. Calculate the approximate scale of the map (A4 horizontal print for the image).

% measured value: value read= 1:scale


measured_value=13.8e-2;
value_read=70e3-64e3;
scale=value_read/measured_value;
scale_km=scale/1e3;
fprintf("Scale: %f km", scale_km)

Scale: 43.478261 km

You might also like