Feeds
답변 있음
row that increases more every element
nvm I got it.. It's just two vectors multiplied to each other [3, n] .* [3, n] so each element is 3x3 4x4 5x5 6x6 ect...
row that increases more every element
nvm I got it.. It's just two vectors multiplied to each other [3, n] .* [3, n] so each element is 3x3 4x4 5x5 6x6 ect...
3년 초과 전 | 1
| 수락됨
질문
row that increases more every element
Hello, I was wondering how I would make an array that increases more every element for example: given lets say n=randi([10 ...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
how do I flip ever column in a matrix without using the fliplr function?
n = randi([4,15]); n_mat = randi ( [1,100], n, n) this generates a matrix, and I want basically do the "fliplr" command with j...
3년 초과 전 | 답변 수: 1 | 0
