how to generate random integer matrices on constraints?

조회 수: 1 (최근 30일)
Brian Kim
Brian Kim 2017년 3월 21일
편집: Stephen23 2017년 3월 21일
x=[4 5 5 5 5 5 5 5 5 ];
and,
  1. sum(x)=44 is alway same.
  2. 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

답변 (1개)

Roger Stafford
Roger Stafford 2017년 3월 21일
You can make use of the algorithm given for randfixedsumint shown in:
https://www.mathworks.com/matlabcentral/answers/327656
  댓글 수: 1
Brian Kim
Brian Kim 2017년 3월 21일
by the way, i took the constraints. registrable numbers must be [4 5 6 7 8 9 10 11 12]. if apply this, how can i do?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Problem-Based Optimization Setup에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by