How can I create a Risk Matrix Plot?
Mostrar comentarios más antiguos
Hello
Let us assume, I have 5 data points:
risk1: severity1 / frequency1 risk2: severity2 / frequency2 … risk5: severity5 / frequency5
Now I use scatter plot to plot the data. I would like to have a plot with different background Color (please see link). A 3x3 risk matrix: cells 1/1 (bottom left), 1/2, 2/1 in green, cells 1/3, 2/2, 3/1 in yellow and cells 2/3, 3/3 (top right) and 3/2 in red.
What is the most appropriate way?
Thank you.
5 comentarios
Star Strider
el 2 de Sept. de 2018
When I tried to access the link you posted, I got a 404 error.
Walter Roberson
el 2 de Sept. de 2018
The content of the URL suggests that it refers to one of the figures in http://www.znrfak.ni.ac.rs/SE-Journal/Archive/SE-WEB%20Journal%20-%20Vol3-3/pdf/3.pdf
Cyrill Baumann
el 3 de Sept. de 2018
You can easily design the coloured matrix and label the grid with imagesc. This is kind of similar to what you are already doing with plot, but you will get a nicer looking matrix. I don't know if there is a built in function, but you may find something on FileExchange
Respuesta aceptada
Más respuestas (1)
the cyclist
el 3 de Sept. de 2018
0 votos
Categorías
Más información sobre Data Distribution Plots en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

