MATLAB SIMULINK VERIFICATION AND VALIDATION - S User's Guide Page 272

  • Download
  • Add to my manuals
  • Print
  • Page
    / 674
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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?”
Page view 271
1 2 ... 267 268 269 270 271 272 273 274 275 276 277 ... 673 674

Comments to this Manuals

No comments