photo

elvin eziama


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

24 Questions
2 Réponses

RANG
225 166
of 300 392

RÉPUTATION
0

CONTRIBUTIONS
24 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
4.17%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 373

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


I need assistance on how I can apply Bayesian analysis in the algorithm
I have an algorithm attached which I want to apply Bayesian estimation in it.

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


I want to plot the True Positive Rate of different percentages of q bit modified ( ranges of 10,20,30,40,and 50) with the constant value of p =0.1. I attached the journal I am following
tp=zeros(10,10); fp=zeros(10,10); phh=zeros(10,10); pmm=zeros(10,10); pmh=zeros(10,10); phm=zeros(10,10); M=zeros(10,10); H=ze...

environ 8 ans il y a | 1 réponse | 0

0

réponse

Question


I want to perform optimization on entropy in the program below
**Issue 1: I am having some difficulties optimizing the entropy in the program. I have applied the whole techniques in matlab li...

environ 8 ans il y a | 1 réponse | 0

0

réponse

Question


I am experiencing a problem implementing sequential feature selection
function misclass = PartLDA(XT,yT,Xt,yt) lda = fitcdiscr(XT,yT,'discrimType','pseudolinear'); %perform LDA ...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


I am experiencing some errors will running my data on svm and Treebag
%% Create output variable good = table(dataArray{1:end-1}, 'VariableNames', {'VarName1','VarName2','VarName3','E14','VarNam...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Generation of Basic safety Message with canTool in Matlab
I have intention to generate Basic Safety Messages (BSMs) for VANET analysis. Can I generate such that using such node and what ...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Explanation of the code sequence
Given that T=zeros(100,100,10) and I want to understand this sequence T(1,:,9)

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


Clues of vanet data generation
I am working on trust management in vehicular adhoc network. I have been able to find a paper where Random way mobility is used ...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Matlab code on trust computation on vanet
I working on trust computational model on vanet network using machine learning. I may like to get a code on this or some possi...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


I am working on attacks on VANET
Can someone help me on how I can generate data (packets) for Vehicular Adhoc networks. Thanks

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


I have to this code for machine learning with bayesian techniques but it is giving me error
x = bankadditionalfull X = x(:,1:end-1); Y = x.y C = cvpartition(Y,'holdout',0.2); Xtrain = X(training(C,1),:); Ytrain = Y(...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


How do I apply structures for data manipulation of CSV data
%Import Existing Data bank = ImportBankData('bank-full.csv'); names = bank.Properties.VarNames; % Remove unne...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


I have this code on multi uav coverage and remote sensing but it is not running
I have this code on multi uav coverage and remote sensing but the main file being the coverage.m is run but no output. Just ne...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Assistance on a code on my area of work
I am working on Multi-UAV Routing for Area Coverage. I need a Matlab code in relation to this regard

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
I need a code for multi-drone coverage in matlab
I am working on Multi-UAV Routing for Area Coverage. I need a Matlab code in relation to this.

plus de 8 ans il y a | 0

Question


I need a code for multi-drone coverage in matlab
Hi Can anyone help me on code for simulation of multi-UAV coverage analysis or any other code on that. The one which I posted o...

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


Try to run the main file coverage
I have this code but the main file is not implementing. It keeps on being busy all through whenever I run it.

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Random way point mobility
I was told that I have to run genMobileData.m in order to generate the data (mat) files. but genMobileData.m requires anoth...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


Random Way Point modibility model: use files in Random_Waypoint. Entry point: test_Execute.m For more information: http://www.mathworks.com/matlabcentral/fileexchange/30939-random-waypoint-mobility-model --> ./mobility_track_input/vs_node_50_7_24.mat
Random Way Point modibility model: use files in Random_Waypoint. Entry point: test_Execute.m For more information: http://w...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


I can not say in the present work directory having worked on the mfile and secondly, the matlab file on the desktop does not show matlab background and when you click on it, it does not open, it given some options to open it.
I can not save in the present work directory, having worked on the mfile and secondly, the matlab file on the desktop does not s...

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
I truely want to understand the functionalities of the highlighted words in the code for better appreciation of the code
for k =1:100 if (i==1) c(j,k) =1; if (i>1&& source(j,i,k)== source(j,i-1,k) c(j,k) = c(j,k)+1 what is the idea ...

plus de 8 ans il y a | 0

Question


Random Way Point modibility model
Can someone put me true on the functions of this points in w.r.t Random Way Point Mobility Model Use 'genMobileData.m' for ot...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


entropy based recommendation with Demper shafer theorem as an optimizer
I am looking for a code on entropy based recommendation with Demper shafer theorem as an optimizer. Or an idea on how to go ab...

presque 9 ans il y a | 1 réponse | 0

0

réponse

Question


I need assistance of the intitials represent in the algorithm i was provided
I want to use this Entropy based recommendation algorithm in fishing out some malicious nodes in internet of thing security anal...

presque 9 ans il y a | 1 réponse | 0

1

réponse

Question


I truely want to understand the functionalities of the highlighted words in the code for better appreciation of the code
phh=zeros(10,10); pmm=zeros(10,10); pmh=zeros(10,10); phm=zeros(10,10); *M=zeros(10,10); H=zeros(10,10)*; source=zeros(10,...

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


To simulate my work
phh=zeros(10,10); pmm=zeros(10,10); pmh=zeros(10,10); phm=zeros(10,10); M=zeros(10,10); H=zeros(10,10); source=zeros(10,200,10...

environ 9 ans il y a | 1 réponse | 0

1

réponse