Community Profile

photo

RozuSolo


Last seen: 7 months ago Active since 2022

Followers: 0   Following: 0

Programming Languages:
C++

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
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...

2 years ago | 1

| accepted

Question


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 ...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 1 answer | 0

1

answer