MATLAB: Table Question: Calling a Header with a Fullstop in

headerheadingsMATLABtable

I have a table (below called 'TABLE') I then have a column which in the colum header has a '.' in and so the script is finding it hard to retrieve that header name.
Is there a way to code it so that MATLAB knows that the header is specifically called 'L.Heel_pz' ?
TABLE{1, 1}( L.Heel_pz)
Unable to resolve the name L.Heel_pz.
Many thanks in advance.

Best Answer

TABLE.('L.Heel_pz')