Execution of script RISPosition as a function is not supported: C:\Users\SAFA\Documents\MATLAB\RISPosition.m Error in RISPosition (line 1) ris_pos = RISPosition(N1,N2,dris,ce
조회 수: 1 (최근 30일)
이전 댓글 표시
ris_pos = RISPosition(N1,N2,dris,center);
a = repmat(ris_pos{1},N1,1); % Placing RIS elements in proper coordinates
ris_arr(1,:) = a(:)';
ris_arr(2,:) = zeros(1,Nris);
ris_arr(3,:) = repmat(ris_pos{2},1,N2);
댓글 수: 0
답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Spline Postprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!