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
