How to draw 9 cones using kronecker product?

1 次查看(过去 30 天)
Hello, I am new in matlab, so I can't figure out how to draw cones like on the picture using kroneker multiplication with 3x3 matrix.

采纳的回答

Matt J
Matt J 2021-9-12
If you have the matrix of surface values of a single cone, you could simply do,
surf(kron(ones(3), singleCone))
  2 个评论
Matt J
Matt J 2021-9-13
You're quite welcome, but please Accept-click the answer to indicate that your question is resolved.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by