Turning a script to a function

70 次查看(过去 30 天)
Hi all.
I've built a code to read files and plot data points from each file onto a graph.
Instead of copy and pasting the script every time that I want to use it though, I'd rather turn the script into a file that can be used as a function...
e.g. if I wanted to use the script, type something like "Run('SCRIPT')" and have it compute that way.
Many thanks to those who answer!

采纳的回答

Steven Lord
Steven Lord 2018-8-23
Here's a documentation page that explains the syntax you need to use as the first line of your function to describe your function's interface. Once you've written a function, you call it the same way you'd call any of the functions included in MATLAB like max, clc, disp, etc.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Debugging and Analysis 的更多信息

产品


版本

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by