yashcao / Intelligent-reflecting-surface-aided-multi-user-mmWave-communications-for-coverage-enhancement

PIMRC paper Reproducible codes
45 stars 25 forks source link

SHARING #3

Open Wingsao opened 2 years ago

Wingsao commented 2 years ago

Hi sir, Can you share the source code of the remaining 3 images of the paper? I'm also doing research on this IRS. Thank you.

Wingsao commented 2 years ago

Run main1.m. Error using cellfun Non-scalar in Uniform output, at index 26, output 1. Set 'UniformOutput' to false. Error in cvx_pop (line 29) s2 = cellfun( @cvx_id, s2 );

Error in cvx_end (line 15) evalin( 'caller', 'cvx_pop' );

Error in Opt_func (line 122) cvx_end

Error in main1 (line 46) [ Sum_Rate, P, Theta ] = Opt_func( M(mi),N,K,P_max,sigma,H,G );

hope you help to get rid of the error

wxhkk commented 2 years ago

Run main1.m. Error using cellfun Non-scalar in Uniform output, at index 26, output 1. Set 'UniformOutput' to false. Error in cvx_pop (line 29) s2 = cellfun( @cvx_id, s2 );

Error in cvx_end (line 15) evalin( 'caller', 'cvx_pop' );

Error in Opt_func (line 122) cvx_end

Error in main1 (line 46) [ Sum_Rate, P, Theta ] = Opt_func( M(mi),N,K,P_max,sigma,H,G );

hope you help to get rid of the error

Have you corrected these errors? I need it very much, I really hope you can give me a code, thank you