struc2xls
Writes a data structure in MATLAB to an excel file.
Author: Jeff Evans
Hi, in my case I had the same
??? Error using ==> ctranspose
Transpose on ND array is not defined.
Error in ==> struc2xls at 91
out=[names';c'];
And I solved it by squeezing c in line 83 as:
%Transform to cell
c= squeeze(struct2cell(s));
Hope it helps!
18 Jun 2012
MatlabBGL
MatlabBGL provides robust and efficient graph algorithms for Matlab using native data structures.
Author: David Gleich
I use your toolbox in my work, and I would like to cite you in a recently accepted paper. How should I cite you? The editing services are requiring information for the reference Gleich 2006.
Thanks!