Skip to content

Failed monotonic detection #1

Description

@alifbe

The code will only flag as non-monotonic if the last two points are not monotonic increasing.

The program should exit from loop after flag bMono = False on line 43

For j = 1 To nR - 1
If KnownXs(j, 1) <= KnownXs(j + 1) Then
bMono = True
Else: bMono = False
End If
Next j

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions