Likewise, if you’re running a script repeatedly, it’s much faster to type the name of the script than to retype the code! But the great power of scripts comes with great responsibility: you have to ma...Likewise, if you’re running a script repeatedly, it’s much faster to type the name of the script than to retype the code! But the great power of scripts comes with great responsibility: you have to make sure that the code you are running is the code you think you are running. When you type the name of a script, MATLAB searches for the script in a search path, which is a sequence of folders. Be sure that the code you are running is the code you think you are running.