Export struct to .csv
问题 In Octave I have a large "struct" called "semi_firm" with 19 "rows" (my language might be completely wrong and confusing, believe me it's more confusing for me than for you :) and dimension 1x1. (I'm thinking about this the way I imagine it looks in Excel, so why something massive has a 1x1 dimension is completely beyond me). Some cells in the structure contain a single value, some contain multiple. I extract the following: out = struct("pnum", semi_firm.Patent_Number, "class", semi_firm