Reading from Look up Tables
Show older comments
Hello Guys,
i have a Question about Look up Tables. I have a really big Problem with unterstanding them, so you may help me quite a bit. I have a 12x6x32 double look up table filled with data called Parameters. In a writen Script of a Teaching class, there is a "Set up Look-Up-Tables" function.
The first function is
Parameters_people = parameters(:,:,3:2:end-1);
i dont unterstand what 3:2:end-1 means. What does that mean?
Which one of the 32 Dimensions of the Table do i use? Can you give me a fast help?
Accepted Answer
More Answers (0)
Categories
Find more on Tables 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!