Saving contents of jit.matrix using preset/pattrstorage system?

lightspeed.johnny's icon

My brief searching of this subject only turned up a post about saving/loading multiple matrices using jit.matrixset - but I want to do something a little different. I want to save/load the contents of a matrix using the preset / pattrstorage system of Max. Is this possible? The matrix I am trying to save/load is a 6 plane Nx1 dim matrix.

I guess an alternate solution is to save a jit.matrixset with the number of matrices equal to the number of presets in the preset/pattrstorage system and save/load these manually whenever a preset button is selected - but this feels like a bunch of extra work just to save/load a matrix as a preset.