Feeds
提问
Repeating elements in a vector
How do I write a function with loops that takes a two column matrix and has the element of one column be repeated by the other c...
13 years 前 | 3 个回答 | 0
3
个回答已回答
How can I get a row vector where a specific element found is located within a matrix?
Thank you! I do have a question, however. Why are you using ii twice? What does this do that allows to get the row vector where ...
How can I get a row vector where a specific element found is located within a matrix?
Thank you! I do have a question, however. Why are you using ii twice? What does this do that allows to get the row vector where ...
13 years 前 | 0
提问
How can I get a row vector where a specific element found is located within a matrix?
I am trying to write a program that gives a row vector from a matrix that has the lowest element from a specific column. For exa...
13 years 前 | 2 个回答 | 0
