Well, your lbp cell array has a vector in each cell! Anyway, I'd prefer to create a table and then use writetable function like the following. C = [Entropy feature lbp Mean name]; T = cell2table(C(2:end,:),'v',C(1,:)); writetable(T,'dummy1.csv') Related Question How to...
在Dymola发行版中,有一个名为alist.exe的实用程序,它允许您以CSV格式导出许多变量。另一种可能是将M...