Miroslav Balda
2013년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
Your task is rather simple, and as a matter of fact , you have almost solve it. The a bit modified code is as follows: % E...
how to multiply matrix 2 * 2 if the elements of the matrix are row vectors.
Your task is rather simple, and as a matter of fact , you have almost solve it. The a bit modified code is as follows: % E...
12년 초과 전 | 0
답변 있음
How to delete the last n elements of an array?
It is simple M = M(1:end-2,:)
How to delete the last n elements of an array?
It is simple M = M(1:end-2,:)
거의 13년 전 | 5
| 수락됨

