The functions in this collection can be used to add FV mesh structs, 3D scatterplots and 2D xy plot data to a a cell array called xFigureObject. xFigureObject can then be viewd in an external ...
Set up latitude and longitude data. lon = (-170:10:170); lat = 50 * cosd(3*lon); Define data that controls the area of each marker. lon = (-170:10:170); lat = 50 * cosd(3*lon); A = 101 + ...