how to save value(to worksheet from gui)?

3 visualizaciones (últimos 30 días)
Hojae Ahn
Hojae Ahn el 10 de Jun. de 2016
Editada: Stephen23 el 10 de Jun. de 2016
how to save value from gui edit text?
  1 comentario
Stephen23
Stephen23 el 10 de Jun. de 2016
Editada: Stephen23 el 10 de Jun. de 2016
You probably need to pass the data between workspaces. Read this to know how:

Iniciar sesión para comentar.

Respuesta aceptada

Walter Roberson
Walter Roberson el 10 de Jun. de 2016
val1 = str2num( get(handles.editbox1, 'String') );
xlswrite('YourFile.xlsx', val1);
  4 comentarios
Hojae Ahn
Hojae Ahn el 10 de Jun. de 2016
Editada: Hojae Ahn el 10 de Jun. de 2016
sorry.. work sheet mean.... not xlsx

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre String Parsing en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by