matlab 中c10 3怎么写

日期:2022-04-09 14:50:05 人气:1

matlab 中c10 3怎么写

为什么不自己写一个函数...
function ans = myc(m,n)
res = 1;
if(m<n)
res = -1;%error
else
for i = m-n+1:m
res = res*i;
end
for i = 1:n
res =
    A+
热门评论