How can I extract the first element of a vector in simulink?

52 views (last 30 days)
I have a [1500x1] vector in simulink. I wish to extract the first element from this vector. I have attempted to use a MATLAB function block to perform this task, but it yields me nothing.

Answers (1)

Honglei Chen
Honglei Chen on 18 Jul 2018
Edited: Honglei Chen on 18 Jul 2018
You should be able to use a Selector block. You can find the reference page at
HTH
  3 Comments
Honglei Chen
Honglei Chen on 18 Jul 2018
Looks like although your output is 1500x1, it is configured as a variable size signal. I would set it as
  • Number of input dimensions: 2
  • Index mode: one-based
  • 1 -> Index Option: Index vector (dialog) -> Index: 1
  • 2 -> Index Option: Index vector (dialog) -> Index: 1
HTH
Michael Hodgson
Michael Hodgson on 7 Oct 2021
Edited: Michael Hodgson on 7 Oct 2021
Can I use a Selector block to get the last element of an array? As in, "A[end]"?

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!