How to change Filename of Slwebview file

2 visualizaciones (últimos 30 días)
C B
C B el 23 de Ag. de 2017
Comentada: Martin Roempert el 23 de Ag. de 2017
Can we change name of File which is being generated by slwebview?
  1 comentario
Martin Roempert
Martin Roempert el 23 de Ag. de 2017
Why not renaming the file after creation?
filename = slwebview(system_name);
movefile(filename ,'newname');

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre File Operations 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!

Translated by