Coverage filter ファイル(cvf)を​異なるフォルダーに保​存、上書き保存する方​法はありますか?

Coverage filter ファイル(cvf)を異なるフォルダーに保存、上書き保存する方法を教えてください。

 Accepted Answer

MathWorks Support Team
MathWorks Support Team on 25 Oct 2013

0 votes

coverage filter ファイルは、カレントフォルダーに必ず保存される仕様になっておりますので、ユーザ様が指定したフォルダーに保存したい場合には以下のような手順になります。
例えば、モデルがあるフォルダーを temp1 とします。 Coverage filter ファイルを temp2 に保存する場合、
1. temp1 にカレントフォルダーを移動し、モデルを開きます。
2. モデルを開いたあと、Coverage filter ファイルを保存する際に、MATLAB のカレントフォルダーを temp2 に変更し、Coverage filter ファイルを保存します。
これにより、temp2 に Coverage filter ファイルを保存できます。
Coverage filter ファイルを上書きする場合は、
1. temp1 にカレントフォルダーを移動し、モデルを開きます。
2. モデルを開いたあと、Coverage filter ファイルを上書きする保存する際に、MATLAB のカレントフォルダーを temp2 に変更し、Coverage filter ファイルを上書き保存します。
なお、この機能は Simulink Verification and Validation 3.1 (R2011a) からの新機能になります。

More Answers (0)

Categories

Products

Release

R2011b

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!