How to draw 9 cones using kronecker product?

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

If you have the matrix of surface values of a single cone, you could simply do,
surf(kron(ones(3), singleCone))

2 Comments

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 Mathematics in Help Center and File Exchange

Products

Asked:

on 12 Sep 2021

Commented:

on 13 Sep 2021

Community Treasure Hunt

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

Start Hunting!