필터 지우기
필터 지우기

How to visualise data in 4D or 5D?

조회 수: 14 (최근 30일)
Mike Buba
Mike Buba 2024년 5월 25일
댓글: Cris LaPierre 2024년 5월 25일
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
Torsten
Torsten 2024년 5월 25일
편집: Torsten 2024년 5월 25일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Cris LaPierre
Cris LaPierre 2024년 5월 25일
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)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by