-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathedgestates2.m
10 lines (6 loc) · 1.25 KB
/
edgestates2.m
1
2
3
4
5
6
7
8
9
10
data=[2.19127431127874 + 0.00000000000000i;2.19192568572249 - 7.79387201038081e-16i;2.19507365768408 + 0.00000000000000i;2.19696871689501 - 7.21985506449317e-16i;2.20176896626950 + 0.00000000000000i;2.20472374653833 - 3.83036794638086e-16i;2.21079460235734 - 9.07955002257374e-16i;2.21432095075225 + 2.90259938043624e-16i;2.22121324692451 + 0.00000000000000i;2.22466799611365 - 3.36662963471561e-16i;2.23179156584761 - 6.04005721753661e-16i;2.23440082314829 + 0.00000000000000i;2.24066518110862 + 0.00000000000000i;2.24171552560140 - 5.62585476644536e-16i;2.26192999465993 + 8.68832995924214e-16i;2.29258001704690 + 4.80306622191013e-16i;2.29304075617965 + 0.00000000000000i;2.29765434953451 + 5.36485944562722e-16i;2.29884550911610 - 4.55486856154899e-16i;2.30417517274234 + 0.00000000000000i;2.30568689488143 + 6.66375180025626e-16i;2.31068122684737 + 0.00000000000000i;2.31207934444468 + 3.09305639395905e-16i;2.31629804749801 + 6.29789780254708e-16i;2.31732184298374 + 0.00000000000000i;2.32055018149324 + 0.00000000000000i;2.32110817434204 + 0.00000000000000i;2.32317847834511 + 0.00000000000000i;2.32335510694130 - 5.94502106867561e-16i];
figure;
plot(real(data), 'b*');
set(gca,'Fontname','Times New Roman');
set(gcf, 'Position', [00, 00, 450, 300])
set(gca,'Fontsize',14);