Issues with surface plotting using a large table of data

1 回表示 (過去 30 日間)
Kyle Watkins
Kyle Watkins 2023 年 11 月 29 日
回答済み: Walter Roberson 2023 年 11 月 29 日
I have a table of scanned data that I am trying o plot using a mesh or surf plot and I am running into the issue of the dimensions of my vectors and matricies not agreeing and I am unsure what to do. I have a table that is 12x54 and two other vectors that are 12x1 and 54x1. What should I do to make them agree and to ge the plot?

採用された回答

Walter Roberson
Walter Roberson 2023 年 11 月 29 日
surf(vector_of_length_54, vector_of_length_12, Your_12_by_54_data)
Remember that horizontal (rows) corresponds to Y axes, and vertical (columns) corresponds to X axes.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by