Confusion about Selector and difference between 'Dimension' & 'Column'
Show older comments
Hi guys, I am new to Matlab and not a native English speaker, so I met some problem with Selector block and the definition of Dimension. Could someone help me?
1. Definition I think the definition of 'Dimension' in matrix is the same with Column, am I right?
2.I am now studying the demo "Chroma based road tracking", and the Selector in Lane tracking is confused me.
The parameters is:
RowNo / Index option / Index / Outputsize
1 / Select all
2/ Starting index / 0 / 1
The input data is :
simout =
144.0000 21.7691
0.8727 2.0595
Based on my understanding of Selector, each row in parameter list is focus on the corresponding dimension of input data.
So for the first dimension, the result should be: [144;0.8727].
and the second dimension is : [21.7691]
The authentic result is : [144;0.8727], obviously there are some misunderstandings occurs. I hope someone could help me with this, thank you very much~
Accepted Answer
More Answers (0)
Categories
Find more on Signal Attributes and Indexing 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!