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!