"To Workspace" block is not outputting data to the limit I have set.
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to log some data from a BeagleBone using the Analog Input. The data comes in fine, but I can not seem to get it to log for as long as I want. I am using a to workspace block to send the data to my workspace. It shows up at the workspace, but not all of my data points are there.
I have it set to limit data points to 100k, but the highest amount of data that has been sent to my workspace is 900. Is there a way to ensure that all of the data I am capturing makes it to my workspace?
0 Kommentare
Antworten (1)
Sainath Varikuti
am 13 Mai 2015
To capture all the data in the "To Workspace" block set the "Limit data points to last" parameter of the block to 'inf' as suggested here
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!