i am using from workspae in simulink..i have to load 1by4096 vector,but i am getting 1by4095 ,i am missing first element.what should i do to get that one?

10 views (last 30 days)
i am using from workspae in simulink..i have to load 1by4096 vector,but i am getting 1by4095 ,i am missing first element.what should i do to get that one?

Answers (1)

Walter Roberson
Walter Roberson on 14 Jun 2017
When you use From Workspace or From File to load arrays, then the first column is always interpreted as the timestamp. To avoid this you need to use the timeseries or struct input possibilities so you can supply the time information.
  2 Comments
bharat yadav
bharat yadav on 14 Jun 2017
i am used time series and struct also but i am getting 1by4095 signal only,i am missing 1st element in 1st column..please check once

Sign in to comment.

Categories

Find more on Measurements and Spatial Audio in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!