How to remove initial delay in Simulink?

2 views (last 30 days)
matman
matman on 17 Mar 2015
Hi,
I'm facing an issue which causes my design malfunction. Im only using 2 blocks;
"From Workspace" ---> "To Workspace"
I import time and sampled signals, let's say; [0.0 1; 0.1 3; 0.2 5; ...] Sampling time of "From Workspace" block is set to 0.1.
And the output of the "To Workspace" becomes; [0.0 1; 0.1 1; 0.2 3; ...]
Could you tell me how to prevent the leading duplicate values?

Answers (0)

Community Treasure Hunt

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

Start Hunting!