How to draw 9 cones using kronecker product?

1 view (last 30 days)
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.

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Graphics Objects in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!