How to draw 9 cones using kronecker product?

1 vue (au cours des 30 derniers jours)
Airat Galeev
Airat Galeev le 12 Sep 2021
Commenté : Matt J le 13 Sep 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.

Réponse acceptée

Matt J
Matt J le 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 commentaires
Airat Galeev
Airat Galeev le 13 Sep 2021
thank you
Matt J
Matt J le 13 Sep 2021
You're quite welcome, but please Accept-click the answer to indicate that your question is resolved.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Matrix Indexing dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by