As a follow up to this, I haven't been successful yet for my particular development, but it does appear possible after digging around in some of the Simscape default domains. Specifically I was able to find this:
variables
V = { [ 0 0 0 ], 'V' };
end
variables(Balancing = true)
I = { [ 0 0 0 ], 'A' };
end
So it appears as if it is certainly possible. Still not sure if it must be row vectors vs column or anything but I thought it would be good to note if anyone else had the same questions.