Hi Shiva, first you need to change sample time from 4.85 to -1 again in your simout (To workspace block). Now see, your simout time is 100001*1 array and you are simulating for 5 sec, this means 4.85 sec is (100000/5)*4.85 = 97000+1=97001th value in the array, So you can simply do
val=simout.signals.values(97001)
this will give you the value of signal at exact 4.85 s.
Regards
0 Comments
Sign in to comment.