How to change Filename of Slwebview file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Can we change name of File which is being generated by slwebview?
1 Kommentar
Martin Roempert
am 23 Aug. 2017
Why not renaming the file after creation?
filename = slwebview(system_name);
movefile(filename ,'newname');
Antworten (0)
Siehe auch
Kategorien
Mehr zu Reporting and Database Access finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!