matlab怎么编写M文件

2024-11-29 22:13:41
推荐回答(1个)
回答1:

file->new
编写你的文件,如果是要写函数,要把这个文件保存为函数的名字。
比如:

func res = MyFunction(x)
//以下是函数内容

要保存为MyFunction.m