Further decompose: min(a, b-c)!! and simulation in MatLab
3 次查看(过去 30 天)
显示 更早的评论
For any positive values of a, b, c, and b>c, is it possible to further decompose
min (a, b-c) to any of the form e.g.,
min(a,c)-min(b,c) or min(a,b)-min(a,c) or any form like this.
Thanks in advance for the answers.
0 个评论
采纳的回答
John D'Errico
2016-10-16
编辑:John D'Errico
2016-10-16
Short answer: No.
Longer answer: Nnnnoooo.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!