creating matrix of 1 nd -1
조회 수: 2 (최근 30일)
이전 댓글 표시
how can i generate random matrix of 1 and -1 ...
thanks in advance
댓글 수: 2
답변 (2개)
David Young
2012년 3월 21일
Assuming that you want values of 1 and -1 only, you can do
2*randi(2, m, n) - 3
참고 항목
카테고리
Help Center 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!