Confusion about Selector and difference between 'Dimension' & 'Column'
이전 댓글 표시
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~
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Signal Attributes and Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!