MATLAB SIMULINK VERIFICATION AND VALIDATION - S Betriebsanweisung Seite 272

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 674
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 271
12 Verifying Generated Code for a Component
12-10
silout = cgvSil.getOutputData(i);
[matchNames, ~, mismatchNames, ~ ] = ...
cgv.CGV.compare(simout, silout);
4
Display the results of the comparison in the MATLAB command window:
fprintf('\nTest Case(%d): %d Signals match, ...
%d Signals mismatch', i, length(matchNames), ...
length(mismatchNames));
end
For more information about Software-in-the-Loop (SIL) simulations, see “What are SIL
and PIL Simulations?”
Seitenansicht 271
1 2 ... 267 268 269 270 271 272 273 274 275 276 277 ... 673 674

Kommentare zu diesen Handbüchern

Keine Kommentare