How to draw 9 cones using kronecker product?

1 visualización (últimos 30 días)
Airat Galeev
Airat Galeev el 12 de Sept. de 2021
Comentada: Matt J el 13 de Sept. de 2021
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.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Graphics Objects en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by