I'm having trouble saving Matlab data to Excel spreadsheets.
I took a very simple example code:
A = [1:257;1:257];
[status message] = xlswrite('teste.xls', A)
But it does not work. The error that appears is:
message =
message: 'Error: Erro não especificado…'
identifier: 'MATLAB:COM:E0'
I'm running Office 2016 running perfect and with Matlab 2016a. I've disabled Excel add-ons, run as an adm, created a spreadsheet to see if it at least updated and nothing.
Does anyone know what might be happening?