Community Profile

photo

Caillin O'Rourke


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Modifying colourmap to suit needs
Hello all, Just wondering if its possible to modify the colourmap, to have it using the gray scale, but have the range of col...

4 years ago | 1 answer | 0

1

answer

Question


Code for simulating multiple matrices
T = ones(5); D = 0.9; Deg = D*eye(5); Mn = zeros(5); N = [0 0 0 0 0;0 0 0.2 0 0;0 0.2 0 0.2 0;0 0 0.2 0 0;0 0 0 0 0]; M1 ...

4 years ago | 1 answer | 0

1

answer

Answered
Simulation errors when multiplying matrices
Not quite, the reason I had the index i in the first for loop was to run the series of multiplixations, from 1 to 95, or to howe...

4 years ago | 0

Question


Simulation errors when multiplying matrices
Im relatively new to MatLab, and im struggling with the next phase of simulation. My previous Vn was a 5x1 Matrix, and now tha...

4 years ago | 4 answers | 0

4

answers