Community Profile

photo

Kelsey Allis


Last seen: 3 years ago Active since 2021

Statistics

Content Feed

View by

Question


Scaling up without a loop (Math question)
Hello, I need to find a way to scale the x - value back up without using a loop. After the while loop runs and x = sum((x .^...

3 years ago | 1 answer | 0

1

answer

Question


How to create a square matrix with zero on main diagonal and all 1's, 2's, 3's, ... n's on upper and lower diagonals?
Hello, I have to create a square matrix using a diag function that has the pattern: m = [ 0 1 2 3 4.... ; 1 0 1 2 3 ...

3 years ago | 1 answer | 0

1

answer