The easiest way to install this package and all required dependencies is to clone the top-level repository using:
git clone --recursive https://github.com/mathworks-ref-arch/mathworks-gcp-support.git
This is what your top level directory1 should look like:
The dependencies for the MATLAB interface for Google BigQuery
and other similar connectors are accessed and built using the matlab-gcp-common
as follows:
cd mathworks-gcp-support/matlab-gcp-common/Software/Java
mvn clean package
More details can be found here: Build
Once built, use the mathworks-gcp-support/matlab-google-bigquery/Software/MATLAB/startup.m
function to initialize the interface.
cd('mathworks-gcp-support/matlab-google-bigquery/Software/MATLAB')
startup
The package is now ready for use.
As a next step, please refer to Authentication
1 Used with permission from Microsoft.