Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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
