see bsxfun()
how can i write this inline function
2 次查看(过去 30 天)
显示 更早的评论
Hi Everyone,
i have matrix a=[m,n] of parameters that will be added to variable x(1), x(2),...,x(m) to find minimum value. the function did not yield the correct answer for the problem, since the first 2 columns in a will be added to x(1) and the second 2 columns in a will be added to x(2) and so on
f=inline('min([x+a],[],2)','x','a');
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Function Creation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!