Running Prewritten MATLAB code

8 Ansichten (letzte 30 Tage)
Emily Wood
Emily Wood am 28 Mai 2021
Kommentiert: Star Strider am 31 Mai 2021
I am an undergraduate research assistant, and very unfamiliar with MATLAB. I have a code I am trying to run, I have tried copying and pasting the code into the workspace and clicking 'Run' with no luck. My computer makes the error sound, but no error message comes up. I am more than happy to provide more detail if needed. My email is ewood45@yahoo.com, I appreciate any help!

Akzeptierte Antwort

Star Strider
Star Strider am 28 Mai 2021
Open the Editor by typing:
edit
in the Command Window. Paste the code into an editor tab, save it by whatever name you want in your personal MATLAB directory (in Windows, this is C:\Users\<username>\Documents\MATLAB\), then run it.
How you run it is important, since if it is a function, it most likely needs to have input arguments (though not always, it depends on how the function wsas written), otherwise, typing its name in the Command Window or clicking on the green Run arrow in the Editor toolbar will both work.
.
  2 Kommentare
Emily Wood
Emily Wood am 31 Mai 2021
Thank you so much! It was a function so I was able to type the name and file name into the command window. I appreciate your help!
Star Strider
Star Strider am 31 Mai 2021
As always, my plesure!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by