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 CenterFile Exchange에서 Graphics Objects에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by