How can we simulate results in matlab?
Hash007 27-December-2008 08:39:29 AM

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



Posted: 28-December-2008 12:39:43 AM By: sagitraz

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: 29-December-2008 10:58:31 AM By: waqasahmad

They used MATLAB to post-process the simulation results and verify the correct operation of the model.

Posted: 30-December-2008 06:20:54 AM By: waqqas1

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: 24-April-2009 01:46:57 AM By: HamidAliKhan

Use Matlab