cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Try the Materials Informatics Toolkit, which is designed to easily handle SMILES data. This and other helpful add-ins are available in the JMP® Marketplace

JMP Scripts

Download and share JMP scripts

Featured Items

  • Process Timing Chart Creator

    A timing chart is something process and system engineers use to visually see how the various components (actuators, solenoids, power relays, etc.) of a process are sequenced for a process cycle. In t...

    jay_holavarri
    JMP Scripts |
    Oct 13, 2016 5:51 PM
    6624 views | 0 replies
  • Save a Bubble Plot animation as an animated GIF

    JMP has supported the reading and writing of images for some time, but it didn't support images with multiple frames until now. Version 13 of JMP now includes support for images with multiple frames,...

    JohnPonte
    JMP Scripts |
    Mar 14, 2017 6:36 AM
    12100 views | 1 replies
  • LP Solver

    Did you know that JMP has an LP Solver?  Linear programming (LP) is a technique for optimising a function subject to a set of linear constraints.  [See here for the Wiki description of line...

    David_Burnham
    JMP Scripts |
    Jan 15, 2021 9:55 AM
    12023 views | 5 replies
  • Combine multiple txt or csv files

    This script will combine multiple txt or csv files into one file. The script asks for a target directory, opens the first file and then iteratively adds the subsequent files to the first using the Ta...

    Byron_JMP
    JMP Scripts |
    Apr 30, 2021 4:06 PM
    34836 views | 21 replies

Latest Posts

  • ImageDiff JSL

    This JSL file shows you how to find the difference between two images. This is useful when taking pictures of an object over time and wanting to find any changes. It is also useful for comparing a resultant image to a baseline image.

    JohnPonte JohnPonte
    JMP Scripts |
    May 27, 2014 7:45 AM
    6476 views | 0 replies
  • Comparing Random Number Generators

    The four generators:Quantum = true random numbers from a quantum bit generatorTwister = the Mersenne Twister generator built in to JMPSimple = a low quality Linear Congruence Generator RANDU = a better but flawed LCG using by IBM/360You can use the Load Quantum script to read more quantum random numbers over a socket if you register at random.irb.hr and edit the script with your username and passw...

    XanGregg XanGregg
    JMP Scripts |
    May 27, 2014 7:12 AM
    3267 views | 0 replies