How to put 2D image in 3D space

38 ビュー (過去 30 日間)
zongxian
zongxian 2020 年 4 月 30 日
コメント済み: zongxian 2020 年 4 月 30 日
I can plot some images one by one
im1 = image(rand(100,100)*100)
colormap('prism')
im2 = image(rand(100,100)*100)
colormap('prism')
im3 = image(rand(100,100)*100)
colormap('prism')
Now I need put them in 3D-space, such as, when x=0.1 put im1 in (y,z)-plane, when x=0.2 put im2 in (y,z)-plane, when x=0.3 put im3 in (y,z)-plane, an so on.
and I want to keep the colors same as original image.
Is there any suggestions on this?

回答 (1 件)

Matt J
Matt J 2020 年 4 月 30 日
  1 件のコメント
zongxian
zongxian 2020 年 4 月 30 日
Thank you.

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

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by