Statistics
6 Questions
0 Answers
RANK
257,605
of 301,186
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 21,188
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 173,292
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Error in '''''Invalid first data argument''''
x=0:5:40; plot(x,C1,'g','-','linewidth',2); xlabel('P[dB]'); ylabel('secerecy rate'); grid on; C1 also a set of values ...
7 years ago | 1 answer | 0
1
answer1
answerQuestion
why i getting this error Error using <= Not enough input arguments.
k=le(max(([grd1,grd2,grd3,grd4]),ith)) ;
8 years ago | 1 answer | 0
1
answerQuestion
how to solve Error using max Too many input arguments?
cs1(i)=(1/2)*log2(1+(gsd(i)+max(grd1(i),grd2(i),grd3(i),grd4(i))));
8 years ago | 1 answer | 0
1
answerQuestion
How to calculate channel matrix for 2x2 mimo with unity variance?
hsr=sqrt(snr_l)*((randn(1,1000)+1j*randn(1,1000))/sqrt(2)) this is for SISO with unity variance
8 years ago | 1 answer | 0
1
answerQuestion
How to set less than equal condition for two different cells?
y=length(find(le({x},{rs})));
8 years ago | 1 answer | 0


