How to draw 9 cones using kronecker product?

1 回表示 (過去 30 日間)
Airat Galeev
Airat Galeev 2021 年 9 月 12 日
コメント済み: Matt J 2021 年 9 月 13 日
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 件のコメント
Airat Galeev
Airat Galeev 2021 年 9 月 13 日
thank you
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 Center および File ExchangeMatrix Indexing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by