dataStr was not tailed with a semicolon
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ grid on;
|
|||||||
xlabel('SNR (dB)');
|
xlabel('SNR (dB)');
|
||||||
ylabel('PER');
|
ylabel('PER');
|
||||||
|
|
||||||
dataStr = ["no pilot tracking" "pilot tracking"]
|
dataStr = ["no pilot tracking" "pilot tracking"];
|
||||||
legend(dataStr, 'Location', 'NorthEastOutside');
|
legend(dataStr, 'Location', 'NorthEastOutside');
|
||||||
title('PER over SNR for APEP 4000, usage of pilot tracking comparision, CBW20, NTN-TDL-C');
|
title('PER over SNR for APEP 4000, usage of pilot tracking comparision, CBW20, NTN-TDL-C');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user