필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

could anyone help me to solve the issue.

조회 수: 1 (최근 30일)
jaah navi
jaah navi 2019년 4월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
i am having two users in a system lets say a,b
The two users need to form the clusters based on the value generated by the code.
The possible formation of clusters can be {a},{b} and {a,b}.
For example if the value generated by the code is 3.7602e+06 what can be done inorder to get any one possible formation.
  댓글 수: 4
jaah navi
jaah navi 2019년 4월 26일
could you please tell me how to generate the clusters with respect to the command line
rng(value_from_code); randi(3, 1, 1).
As the value_from_code is 3.7602e+06,how the clusters are formed with respect to value.
Walter Roberson
Walter Roberson 2019년 4월 26일
Clusts = {{'a'}, {'b'}, {'a' 'b}} ;
Now index that by the randi value.

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by