start ofc analysis
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
filename = "C:\Users\sioe\Nextcloud\Dokumente\02_Ablage_Office\Lab_Data_24\bias_sweep\PAM6_10km_ffe__wh.mat";
|
||||
filename = "C:\Users\Silas\Nextcloud4\Dokumente\02_Ablage_Office\Lab_Data_24\bias_sweep\PAM4_10km_ffe__wh.mat";
|
||||
a = load(filename);
|
||||
wh2 = a.obj;
|
||||
|
||||
@@ -80,7 +80,7 @@ scatter(bestvbias,bestawgvpp,100,"red",'Marker','x','LineWidth',2);
|
||||
subplot2 = subplot(1,2,2);
|
||||
|
||||
% Plot the filled contour plot
|
||||
contourf_handle = contourf(v_bias_vals, awg_vpp_vals, rop_measured, 'Parent', subplot2);
|
||||
contourf_handle = contourf(v_bias_vals, awg_vpp_vals, rop_measured, 'Parent', subplot2,"ShowText",true);
|
||||
|
||||
% Set x and y labels
|
||||
xlabel('V_{bias}');
|
||||
|
||||
Reference in New Issue
Block a user