Atrolita afra
Followers: 0 Following: 0
統計
MATLAB Answers
6 質問
0 回答
ランク
of 154,317
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can i write this meijerG function?
Part2_1 = ((a*b)/(c*b+d)); Part2_2 = I/A0; Part2 = meijerG([],g^2,[g^2,a,k],[],Part2_1*Part2_2); where is the problem? and ...
約4年 前 | 0 件の回答 | 0
0
回答質問
How to combine three different figures for three different vectors in one figure?
Here, for a = 9.1 or 3.99 or 1.1 and b = 4 or 2 or 2 i can get one single plot where i am verying another variable segma. But i...
約4年 前 | 0 件の回答 | 0
0
回答質問
why i am getting the error "Index exceeds the number of array elements (1)" in my code? i am getting the error in line 33.
clc clear variables close all segma_N = 10.^-7; % p_db = 0:5:30; % p = 10.^(p_db/10);%power p = 0.07; R = 0.5; %Optoel...
約4年 前 | 1 件の回答 | 0
1
回答質問
Can i use meijerG function in my R2014b version of matlab?
i need to know about how i can use the built in function which is not available in my version.
約4年 前 | 0 件の回答 | 0
0
回答質問
can anyone check this code?
function l=LCR_CF(k,c,sigma) %% pdf of process of various values of system parameters for x=0:.0625:10 temp=0; L...
4年以上 前 | 1 件の回答 | 0
1
回答質問
what is wrong with this code?
functiony=pdf_rician(k,c,sigma) %% pdf of process of various values of system parameters for x=0:0.0625:10 temp=0; ...
4年以上 前 | 1 件の回答 | 0