How to change Filename of Slwebview file

1 view (last 30 days)
C B
C B on 23 Aug 2017
Commented: Martin Roempert on 23 Aug 2017
Can we change name of File which is being generated by slwebview?
  1 Comment
Martin Roempert
Martin Roempert on 23 Aug 2017
Why not renaming the file after creation?
filename = slwebview(system_name);
movefile(filename ,'newname');

Sign in to comment.

Answers (0)

Categories

Find more on File Operations 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!