Skip to content

Conversation

@oblancke
Copy link

Proposed changes (with VMatlab R2015b):
Some bugs fixed and Tester.m result vizualisation improvment.
image

An update to solve matrix dimension error in line 29 when caculating RUL.values. 
Works wells after modification.

Proposed changes: 
_____
29:    prognosisData.RUL.values=prognosisData.EOL.values - prognosisData.time;
    ->
29: prognosisData.RUL.values=ones(N_sam,Time_Max)
      for i = 1:N_sam
          for j=1:Time_Max
            prognosisData.RUL.values(i,j)=prognosisData.EOL.values(i,j) - prognosisData.time(j);
          end
    end
____
Proposed changes: 
-To solve the boxplot error with tukey style:
    line 194 and 201 change "." by "-";

-To set style well shape for Tester.m
    line 187 and 189 change /2 by /6 (to change boxplot width);
    line 40 to 42 change option "tukey", xb, yb, xr, yr;
@oblancke
Copy link
Author

@shankarsankararaman @meganlim Did you check this match? Let me know if you need more information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant