Borrar filtros
Borrar filtros

Execution of script RISPosition as a function is not supported: C:\Users\S​AFA\Docume​nts\MATLAB​\RISPositi​on.m Error in RISPosition (line 1) ris_pos = RISPositio​n(N1,N2,dr​is,ce

2 visualizaciones (últimos 30 días)
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);

Respuestas (1)

Walter Roberson
Walter Roberson el 10 de Feb. de 2023
you missed the "function" keyword it appears to me

Categorías

Más información sobre Simulink en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by