Bug in sldvlogsignals ( Matlab 2012a) ?

1 view (last 30 days)
Zhaocong Huang
Zhaocong Huang on 29 Dec 2016
Commented: Zhaocong Huang on 29 Dec 2016
when I use sldvlogsignals/slvnvlogsignals to log signals from a harness signal builder, the data is wrong.
the input data is :
time: 0.005*(0:1:29)
value: ...(30 values)
the the results from sldvlogsignals just have 29 values. but when I use "time: 0.005*(0:1:30)" it is right. but "time: 0.005*(0:1:1629)" or "time: 0.005*(0:1:1729)" also wrong. ( the penult value is lost! )
In Matlab 2015, it is right. Is it Matlab 2012's bug?
  1 Comment
Zhaocong Huang
Zhaocong Huang on 29 Dec 2016
It seems that it has relationship with "29" or "30" ? cause 29(30values) / 1629(1630values) / 1729(1730values) it is wrong

Sign in to comment.

Answers (0)

Categories

Find more on Verification, Validation, and Test in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!