Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How to customize sldvData fields length?

1 view (last 30 days)
Urtzi Markiegi
Urtzi Markiegi on 24 Jan 2018
Closed: MATLAB Answer Bot on 20 Aug 2021
Hello all,
I have created test cases for a Simulink model using the Design Verifier Test Generator. After, I have generated the HTML report and obtained also a sldvData.mat file with the report data details.
I want to extend the length of a field contained in the sldvData structure. Specifically, I would like to extend the description field that contains the path of the related block for a given test objective. The information is contained in the following field:
sldvData.ModelObjects.descr
But only first 65 characters are stored, and longer content is truncated. For example, an original path (1) is truncated to (2):
(1) original path: "\system_name\subsystem_name\blockgroup_name\blocksubgroup_name\block_name"
(2) truncated path: "\system_name\subsystem_name\blockgroup_name\blocksubgroup_nam..."
Is it possible ot extend this parameter to a customized length?
thank you very much!
best,
Urtzi

Answers (0)

This question is closed.

Community Treasure Hunt

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

Start Hunting!