How to change Filename of Slwebview file
1 view (last 30 days)
Show older comments
Can we change name of File which is being generated by slwebview?
1 Comment
Martin Roempert
on 23 Aug 2017
Why not renaming the file after creation?
filename = slwebview(system_name);
movefile(filename ,'newname');
Answers (0)
See Also
Categories
Find more on Reporting and Database Access in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!