Skip to content

Patch 1 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Patch 1 #1

wants to merge 2 commits into from

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