This document discusses options for a neuroimaging project involving connectivity analysis and visualization using either C++ or Matlab. C++ offers speed and structure but is more complex, while Matlab benefits from existing code and graphing tools but may be slower. The project would analyze brain sample data to generate a correlation matrix of voxel-to-voxel coordinates and values, with results calculated in C++ or Matlab and stored for visualization, potentially using Shiny for an interactive user interface. An example visualization is provided from an external site.