Skip to content

Instantly share code, notes, and snippets.

@ProjectEli
Created January 9, 2025 05:55
Show Gist options
  • Save ProjectEli/f38128fa2f6d5cde6a31409266830a38 to your computer and use it in GitHub Desktop.
Save ProjectEli/f38128fa2f6d5cde6a31409266830a38 to your computer and use it in GitHub Desktop.
OriginLab loop over column
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