![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/11806785_1522139586656_DEF.jpg)
Sofy
Followers: 0 Following: 0
Statistik
6 Fragen
0 Antworten
RANG
213.341
of 297.046
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
of 20.422
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Eigenvalues by power method
hello everyone, is there's anyone could help me to solve this problem using matlab code <</matlabcentral/answers/uploaded_fil...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
this code is for calculating the probability of attack success represent for the equation A, i need to change it to calculate the probability of attack success for the equation B:where q =[0.1 ,0.2 , 0.3, 0.4 , 0.5] and p= 1-q and Z= 6
the code for the Eq.A in the follwing: function y=AttackerSuccessProbability(q,z) p=1-q; lambda=z.*q./p; sum=1; for k=0:m...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate the (odd ,even) condition in the following Poisson distribution for p_z parameter? i need some help in the code bellow
when q=[0.1,0.2,0.3,0.4,0.5] and p =1-q, z=6
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to get the result of this code in a table like that table attached ' with q=[0.1, 0.2, 0.3, 0.4, 0.5] and z =5
<</matlabcentral/answers/uploaded_files/99445/Unnamed%20QQ%20Screenshot20171225152604.jpg>> function [y]=Attack(q,z) ...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
hello i am asking about how to solve this error? ..Note that input : q=[0.1,0.2,0.3,0.4,0.5] and z=[0,1,2,3,4]
function y=c(q,z) p=1-q; lambda=z.*q./p; sum=1; for k=0:max(z) poisson=exp(-lambda); for i=1:k ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how To change this C++ code to matlab code ?
#include <math.h> double AttackerSuccessProbability(double q, int z) { double p = 1.0 - q; double lambda = z * (q / ...
etwa 7 Jahre vor | 2 Antworten | 0