summaryrefslogtreecommitdiff
path: root/2993/CH2/EX2.2/Ex2_2.sce
blob: 18849a30fd88aaa93374152cbc5c1ba22c38fba3 (plain)
1
2
3
4
5
6
7
8
9

clc;
clear;

//The size of retinal image x :

x = ((17 * 10)/50);

disp(x,'The size of the retinal image (in mm) is ');