If you know the grid indices, it would just be
sst1 = squeeze(sst(row,col,:));
where the corresponding geo coordinates would be
Lat(row,col)
and
Lon(row,col)
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!