I have some matrices and I'd like to print them using printmat. I only have column names for them so I don't need the row labels (also I don't know how much rows there are).
So I tried:
printmat(test,'test name','','test1 test2 test3 test4')
But it told me
Error using printmat (line 66)
Not enough row labels.
What can I do now? Thx.