필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

how to assign value to a point in a hexagonal coordinator system

조회 수: 1 (최근 30일)
Shan  Chu
Shan Chu 2016년 5월 18일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi, I got xv,yv which are the vector positions of the points. I want to assign the value I_hex to these corresponding positions and then use "Surface and Mesh Plots commands" to plot the magnitude of each points. Please help Thanks
xv =[0 -0.5 0.5 1 0.5 -0.5 -1];
yv =[0 -0.8660 -0.866 0 0.866 0.866 0];
I_hex =[0.1508 + 5.2524i 0.1975 + 2.6562i 0.1975 + 2.6562i 0.1975 + 2.6562i 0.1975 + 2.6562i 0.1975 + 2.6562i 0.1975 + 2.6562i];

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by