Azzera filtri
Azzera filtri

How to visualise data in 4D or 5D?

11 visualizzazioni (ultimi 30 giorni)
Mike Buba
Mike Buba il 25 Mag 2024
Commentato: Cris LaPierre il 25 Mag 2024
I have a pressure drop equation , where parameters a to d are varied independently (e.g., pipe diameter, pipe length, angle bend, another length, etc.).
I have used the nested for loop to calculate the total pressure, and the results are stored in the table with more than 10k combinations.
Is there a way to visualise and represent the data and show how each variable is affecting the final result?
  1 Commento
Torsten
Torsten il 25 Mag 2024
Modificato: Torsten il 25 Mag 2024
Is there a way to visualise and represent the data and show how each variable is affecting the final result?
If you keep two or at least one of the parameters constant, yes.

Accedi per commentare.

Risposte (1)

Cris LaPierre
Cris LaPierre il 25 Mag 2024
See this answer: How to plot 5D in MATLAB
Basically, 3 of the dimensions can be X,Y,Z. Additional dimensions can be represented by marker style, line style, color, etc. For example, scatter3(X,Y,Z,S,C)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by