Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
How is the person in this video creating a vector from the matrix? What key sequence is used to achieve this?
https://youtu.be/Diq4hwvpPlw?si=SugsH3nFn_1xbJfR&t=34
Solved! Go to Solution.
Using the column operator.
type: data {ctrl-shift-C} n
Where n is the column number you want to select.
{ctrl-shift-R} n will extract row n.
Stuart
Ctrl+Shift+C -- Access Column
Ctrl+Shift+R -- Access Row
Press [ (left square bracket) to access an element in a matrix
Using the column operator.
type: data {ctrl-shift-C} n
Where n is the column number you want to select.
{ctrl-shift-R} n will extract row n.
Stuart
