Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how to run this p_allocation 5 times and plot with x =[10,20,30,40,50]

1 回表示 (過去 30 日間)
raqib Iqbal
raqib Iqbal 2020 年 7 月 17 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
clear all
close all
clc
Device = [1 0;2 0;3 0;4 0;5 0;6 0;7 0;8 0;9 0;10 0]
RB = [1 6; 2 7;3 4;4 9;5 1;6 12]
enodeB = [1 2 3 4 5];
occupied = [];
clc
cs=0;
for ii=1:100
selection_try_1ststep
end
success_p=cs
p_allocation=cs/100
what syntax needed to plot p_allocation random value with x value[10 20 30 40 50] ?????/
  6 件のコメント
raqib Iqbal
raqib Iqbal 2020 年 7 月 17 日
x= device
madhan ravi
madhan ravi 2020 年 7 月 17 日
The reason you didn’t get an answer is , your question lacks clarity.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by