How to change Filename of Slwebview file

4 ビュー (過去 30 日間)
Chetan Bhavsar
Chetan Bhavsar 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 Center および File ExchangeVerification, Validation, and Test についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by