我有一个功能:
function myself(a,b,c,d)
我想在代码中使用此函数只提供参数a和b.我想忽略论点c和d.
a
b
c
d
这该怎么做?谢谢.
matlab arguments function
arguments ×1
function ×1
matlab ×1