Created
January 9, 2025 05:55
-
-
Save ProjectEli/f38128fa2f6d5cde6a31409266830a38 to your computer and use it in GitHub Desktop.
OriginLab loop over column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
loop (i,1,5) { | |
wcol(j+i-1)=wcol(i)/max(wcol(i)); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment