Comments
Use Matlab
Posted by HamidAliKhan
There are many tools in MATLAB.
MATLAB use modules and also can integrate with language such as C++. Result can be simulte in exe file also.
Posted by waqqas1
They used MATLAB to post-process the simulation results and verify the correct operation of the model.
Posted by waqasahmad
cvsim - Simulate and return model coverage results for test objects
Syntax
cvdo = cvsim(cvto)
[cvdo,t,x,y] = cvsim(cvto)
[cvdo,t,x,y] = cvsim(cvto, timespan, options)
[cvdo,t,x,y] = cvsim(cvto, label, setupcmd)
[cvdo1, cvdo2, ...] = cvsim(cvto1, cvto2, ...)
Description
You simulate a test specification object (a cvtest object) with the cvsim command.
Posted by sagitraz