photo

VISHALI V


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

13 質問
0 回答

ランク
159,141
of 300,829

評判
0

コントリビューション
13 質問
0 回答

回答採用率
38.46%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,210

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


please check the following code in shown the error
clc; clear all; close all; K=5; M=100:100:1000; q=10; s = 0 + q.*randn(K,1); v = s/10; ...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


how to write matlab code for this equation?
sa=0; for a=1:K sa=sa+log2(1+r(a)/U); end display(sa) as = 1*10^-10; bs= 1*10^-5; rs = (bs-as).*rand(...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


Undefined operator '+' for input arguments of type 'cell'
sum(k)={0}; for j=1:K for i=1:K if(j~=i) sum(j)=(sum(j))+(f(i)) end end end

8年弱 前 | 0 件の回答 | 0

0

回答

質問


how to make for loop for this equation
n=-170/10; N0=10^n B=120000; a=0 for k=1:K c(k)=(hm(k)*vk(k)); d(k)=abs(c(k)); e(k)=d(k)^2; f(k)=e(k)*...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


How to do the hermatin function in matlab?
I have a matrix of 10x5.I want a complex conjugate transpose matrix with the size of 10x5.can you please give the code for that?...

8年弱 前 | 2 件の回答 | 0

2

回答

質問


Please check following matlab codes for following equation is correct
clc; clear all; close all; K=5; N=16; aa = 1000; ba = 5000; r = (ba-aa).*rand(5,1) + aa...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


how to take normal distribution function for N(0,10db)
qq=10/10; q=10^qq; s = 0 + q.*randn(K,1); v = s/10; si=10.^v formula 10log10si~N(0,sigma^2) find the value of si ,where si...

8年弱 前 | 0 件の回答 | 0

0

回答

質問


How to plot the integer value and complex number for n number of value
for k=1:K plot(k,r(k)) end k has n number of value r(k) has a n complex number

8年弱 前 | 0 件の回答 | 0

0

回答

質問


how to take summation for square of modulus for the multiplication of two complex matrices for the below equation
n=log10(-17); N0=10^n c=(gnew*vk) d=abs(c) e=d^2 pk=1500 f=e*pk B=120000 sk=symsum(f)+BN0

8年弱 前 | 1 件の回答 | 0

1

回答

質問


how to generate complex random matrix without repetation in matlab?
complex matrix should not repeat .

8年弱 前 | 0 件の回答 | 0

0

回答

質問


how to write matlab code for the below equations
for k=1:k gnew=ctranspose(gk); gnew end n=log10(-17); N0=10^n nk=0+N0.*randn(k,1); for k=1:k sk=input('enter transmi...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


how to take vector and norm for indiviual column in the complex matrix
p=inf; for k=1:k gk =G(:,k); N =norm(gk,p); vk=gk/N; end

8年弱 前 | 2 件の回答 | 0

2

回答

質問


how to generate a complex matrix of different rows and column?
A = rand(M) * 5; B = rand(k) * -8; z = complex(A,B);

8年弱 前 | 1 件の回答 | 0

1

回答