Hi SK. Thanks for asking. For more information about the Arduino blocks, see http://www.mathworks.com/help/toolbox/simulink/slref/f3-4889.html#Z.
The purpose of the "Standard Servo Read" block is to get the position of a standard servo motor shaft in degrees.
Instead, I believe you would: # Ensure that the RX output voltage and current are safe for the Mega. # Connect the RX servo output to an digital input pin on the Arduino. # Use an Arduino Digital Input block to sample the the digital input. Set the value of the Sample time parameter short enough to determine the duty cycle of the PWM. (This might be difficult if the PWM has a very short period.)