how to generate random integer matrices on constraints?
1 次查看(过去 30 天)
显示 更早的评论
x=[4 5 5 5 5 5 5 5 5 ];
and,
- sum(x)=44 is alway same.
- As a result,
x{1}=[4 4 4 5 5 5 5 6 6]
x{2}=[4 4 5 5 5 5 5 5 6]
x{3}=[4 4 5 5 6 6 6 8]
x{4}=[4 4 5 5 5 5 7 9]
x{5}=[5 5 5 6 6 7 10]
.
.
.
.
.
.
etc.
i want to generate this form example.
please help me
0 个评论
回答(1 个)
Roger Stafford
2017-3-21
You can make use of the algorithm given for randfixedsumint shown in:
https://www.mathworks.com/matlabcentral/answers/327656
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Problem-Based Optimization Setup 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!