How to change Filename of Slwebview file

조회 수: 2 (최근 30일)
C B
C B 2017년 8월 23일
댓글: Martin Roempert 2017년 8월 23일
Can we change name of File which is being generated by slwebview?
  댓글 수: 1
Martin Roempert
Martin Roempert 2017년 8월 23일
Why not renaming the file after creation?
filename = slwebview(system_name);
movefile(filename ,'newname');

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by