フィルターのクリア

Plot Multiple 2D Surfaces in line in a 3D Plot

5 ビュー (過去 30 日間)
Jared Hubach
Jared Hubach 2018 年 2 月 2 日
回答済み: Hannes Eschmann 2019 年 11 月 28 日
I have a series of 12 circular surfaces with colormaps, all representing slices of the same cylindrical object. I would like to plot these 12 circular surfaces in their respective positions along the cylinder in a 3D plot. I'm very new to Matlab and am having trouble figuring this out. Thank you in advance.

回答 (1 件)

Hannes Eschmann
Hannes Eschmann 2019 年 11 月 28 日
can't you just plot the surfaces you have (in the XY plane) with the corresponding constant height (Z value)?
you create a constant matrix via (e.g. for a 20x20 matrix with all 5s)
Z = 5*ones(20,20);

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by