Clear Filters
Clear Filters

Inherited Sample time using from workspace

10 views (last 30 days)
Pourshid Fani
Pourshid Fani on 11 Sep 2017
Edited: Pourshid Fani on 12 Sep 2017
Hi,
I'm loading some data into simulink ('from workspace' block) from my matlab workspace, the data is in the form of a timeseries with one set of data and one set of Time data.
I use sim( 'model' ) to run the simulation.
The warning I get is
Warning: Source 'envi_NA540204_MGA1/rNA540204/BackToArmFrame_DATA_IN/From
Workspace1' specifies that its sample time (-1) is back-inherited. You should
explicitly specify the sample time of sources. You can disable this diagnostic
by setting the 'Source block specifies -1 sample time' diagnostic to 'none' in
the Sample Time group on the Diagnostics pane of the Configuration Parameters
dialog box.
It was my understanding that I do not need to specify sample time if I use timeseries with Time data, what am I not getting here?
thanks pjf

Answers (1)

Pourshid Fani
Pourshid Fani on 12 Sep 2017
This page clearly states that certain blocks can't be inherited, still feel like theres should be an option to omit having to manually input sample time

Categories

Find more on Configure and View Diagnostics in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!