Filter löschen
Filter löschen

Export the Traceability Matrix View Programmatically

3 Ansichten (letzte 30 Tage)
Kavitha Tulluru
Kavitha Tulluru am 31 Aug. 2022
Bearbeitet: Josh Kahn am 23 Aug. 2023
I am able to generate traceability matrix programatically (with all slreqx files in one cell array as left artifacts and all slx in other cell array as right artifacts) but I am unable to generate a report or export that view in an excel programatically. I searched through out the documentation but no luck. Any help from you would be much appreciated.
Thank you

Antworten (1)

Alex Howard
Alex Howard am 6 Sep. 2022
Hi Kavitha, it sounds like you're trying to export a traceability matrix. You can create an HTML report by clicking Export > Generate HTML Report in the Traceability Matrix window toolstrip.
You can also export the traceability matrix to a MATLAB variable that contains the table data by clicking Export > Create MATLAB Variable in the Traceability Matrix window toolstrip.
  7 Kommentare
Shashwat Singh
Shashwat Singh am 21 Aug. 2023
So we cannot export the matrix by any MATLAB script . Instead we should do it manually and then write a MATLAB script to convert that export to Excel . Is my understanding correct ?? . can you plz confirm.
Josh Kahn
Josh Kahn am 23 Aug. 2023
Bearbeitet: Josh Kahn am 23 Aug. 2023
Yes, save the matrix to a MATLAB variable (table) through the GUI and then use writetable to save to excel.
Josh

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Import from MATLAB finden Sie in Help Center und File Exchange

Produkte


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by