有两问题请教各位前辈:
1.
xlswrite('E:\matlab\work\nc数据.xls', [12.7 5.02 -98 63.9 0 -.2 56])
Warning: Could not start Excel server for export.
XLSWRITE attempts to file in CSV format.
这是什么原因,我装的excel是WPS的,是不是不支持?matlab是7.0的
2.
save 'b.txt' nc -ascii
Warning: Imaginary part of complex variable 'nc' not saved to ASCII file.
个复数矩阵不能这样直接保存到txt 那应该怎么保存?