Hi everyone,
I am trying to rename columns from a matrix such that they represent variables from the data source.
For more context, I have NASA GEDI data in hdf5 format. I've extracted the relative height (rh) metrics but they output to a matrix with the column names V1, V2, V3... V101.
What I want is for the column names to match the rh height metrics as follows: rh0, rh1, rh2...rh100.