Answer:
number of pulses produced = 162 pulses
Explanation:
give data
radius = 50 mm
encoder produces = 256 pulses per revolution
linear displacement = 200 mm
solution
first we consider here roll shaft encoder on the flat surface without any slipping
we get here now circumference that is
circumference = 2 π r .........1
circumference = 2 × π × 50
circumference = 314.16 mm
so now we get number of pulses produced
number of pulses produced =
× No of pulses per revolution .................2
number of pulses produced =
× 256
number of pulses produced = 162 pulses
Answer:
Code in MATLab is given as below:
Explanation:
grade = input('Enter the grades as elements of a vector ');
x1 = length(grade);
fprintf('There are %5.2f grades\n',x1);
x2 = mean(grade);
fprintf('The average grade is %5.2f \n',x2);
x3=std(grade);
fprintf('The standard deviation is %5.2f \n',x3);
x4 = median(grade);
fprintf('The median grade is %5.2f \n',x4);
Explanation:
what are the options for this question?
Answer:
sorry I couldn't help you