标签: matlab
假设我已经定义了一个名为mystep的函数,并将其保存为.m文件。是否可以在另一个功能中使用此功能?例如:
mystep
.m
function [OutPuts] = NewFunc[Inputs] [Some codes] [~] = mystep(something) [Some Codes] end
答案 0 :(得分:0)
有可能,函数与文件名are called local functions不匹配,只能在文件中可见。