Assign row array weightKilo with the corresponding weight in kilograms. Use the following conversion: kg = lb / 2.2 Function Weight Kilo = Convert To Kilo (weight pounds)
weight pounds = [ 100 190 163 211]; , [ 20 25 30 35]
weightkilo = weightpounds/2.2 ;