writing variable in xls file
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi
i have a code that produce three variable a b c
i want to save this value in a xls file that the value writing in sheet1 at A B C column
what is the proper statament to write thiw variable
thank you very much
George
0 comentarios
Respuestas (1)
madhan ravi
el 15 de Dic. de 2018
xlswrite('sample.xlsx','abc')
3 comentarios
madhan ravi
el 18 de Dic. de 2018
Anytime :) , if my answer solved your question make sure to accept the answer else let know.
Ver también
Categorías
Más información sobre Logical 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!