フィルターのクリア

How to visualise data in 4D or 5D?

11 ビュー (過去 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 Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by