Hi dear friends.
I'm able to plot graphene banstructure in 2D, by this code:
*****************************************************************************************
%Plot of Energy dispersion trial1.m
x=linspace(-2.5,2.5,50); y=linspace(-9,10,20);
[a,b]=meshgrid(x,y)
z=...