Info
此问题已关闭。 请重新打开它进行编辑或回答。
how to assign value to a point in a hexagonal coordinator system
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!