Why do you want to use inpolygon()? Just use indexing:
indexesToUses = (latitude > -37.48) & (longitude > 77.34);
extractedBroming = bromine(indexesToUses);
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!