Skip to content

Commit 691b745

Browse files
committed
Corrected spelling error
Corrected spelling error in the name of a variable
1 parent 209eb7c commit 691b745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EWS_WarningTime_SlowRates_Testing_PowerSystem_Automated.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
% Create table with appropriate variable headings
6969
Parameter_table = array2table(Parameter_list, "VariableNames", ["time_transient", "overlap_ratio", "smallest_step_size", "significance_value_tau"]);
7070

71-
for i = 1: height(Parameter_value_table)
71+
for i = 1: height(Parameter_table)
7272

7373
% Set the parameter values to be used for generating the prediction map
7474
time_transient = Parameter_table.time_transient(i);

0 commit comments

Comments
 (0)