フィルターのクリア

Create 3D plot out of multiple xy plots

1 回表示 (過去 30 日間)
Rick Verberne
Rick Verberne 2019 年 1 月 30 日
編集済み: Walter Roberson 2019 年 1 月 30 日
Dear all,
I'm yet again stuck in matlab. Currently I'm sitting on a bunch of X-Y plots, with x = distance and y = counts. However, this also varies in Z.
At the moment I have 45 plots each with respect to X-Y but for a different Z. The X value is exactly the same for all of the plots. Is there a way I can conveniently have matlab plot all these plots and connect them where the X values are the same?
Best,
Rick
  3 件のコメント
Rick Verberne
Rick Verberne 2019 年 1 月 30 日
Correct, each x value in a single plot has exactly one corresponding y value.
For every Z the x values are the same but the y value corresponding to that x values can be different. I though it would have been easy to, just like in excel create such a surface plot. But it seems more tricky in Matlab.
Walter Roberson
Walter Roberson 2019 年 1 月 30 日
編集済み: Walter Roberson 2019 年 1 月 30 日
Each z corresponds to exactly one x, but each x corresponds to multiple z? The same number of z in each case ? Is length(z) an integer multiple of length(unique(x)) ? So that you could reorder the data into a grid, unique x on one side and the corresponding z on another? Would it be a regular grid?
Would it be practical to show us a scatter3() of the data ?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeLine Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by