Excel XLSWRITE problem (help)
10 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
zhixuan hong
el 28 de Feb. de 2018
Comentada: zhixuan hong
el 1 de Mzo. de 2018
Hi guys , I have some variables which need to get copied in an excel sheet. The variables gets changed every time I run the GUI program. Now when I try it with the XLSWRITE it overwrites the previous value, but I need to collect all the data. How to do that? I try to search answer online but doesn't work... It will be much helpful if we are able to store the variables in a specific columns of an excel sheet. Let say for variable A ,it should be able to store it in A1, B in B1 etc... Thanks.
0 comentarios
Respuesta aceptada
Walter Roberson
el 28 de Feb. de 2018
Pass the sheet reference to xlswrite as the third parameter and pass the range as the fourth parameter.
To check: are you using Windows with excel installed? Are you writing to xls or xlsx or are you writing to csv?
3 comentarios
Walter Roberson
el 1 de Mzo. de 2018
When you use readtable() pass the option 'readvariablenames', false
Más respuestas (0)
Ver también
Categorías
Más información sobre Spreadsheets en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


