I did download "writelatextable.m" now and it works actually well. I can recommand the file (gui and function). If I may, I suggest to optimize the gui so that it does not extend too much when many columns are to be included. The visibility is sort of diminuated and even damaged.
However, I assess the term "fairly useful tool" adequate and therefore, I put some 4 stars
I input:
tt4=rand(7);
then
latextableassist(tt4)
and I receive following error message:
??? Undefined function or method 'writelatextable' for input arguments of type 'cell'.
Error in ==> latextableassist>gentables_Callback at 495
[ FileOutput_global ] = writelatextable( ...
??? Error using ==> waitfor
Error while evaluating uicontrol Callback
I did only input 'myfile' as file name in the gui, sometimes playing with the listbox, sometimes not.
So, by me, it doesn't work
It's a pity
Comment only