Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to customize sldvData fields length?

1 visualización (últimos 30 días)
Urtzi Markiegi
Urtzi Markiegi el 24 de En. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by