我已经创建了amxn cell array cell(m,n),并使用任意字符串填充每个单元格.
如何将单元格数组输出为CSV文件,其中数组中的每个单元格都是CSV"电子表格"中的单元格.
我尝试过使用cell2CSV,但是我收到了错误......
Error in ==> cell2csv at 71
fprintf(datei, '%s', var);
Run Code Online (Sandbox Code Playgroud)
引起:
Error using ==> dlmwrite at 114
The input cell array cannot be converted to a matrix.
Run Code Online (Sandbox Code Playgroud)
任何指导都会很好:)