//caption:what will be the setting of time base knob
//Ex8.10
clc
clear
close
f=1//frequency of sine wave(in kHz)
n=10//number of divisions in a cycle
T=1/f
To=T/n
disp(To,'setting of time base knob(in ms)=')