Community Profile

photo

Abdallah Ghazi Faisal Zaid Alkilani


Last seen: 6 meses hace Con actividad desde 2020

Estadísticas

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
In the output my matrices keep coming up as 1.0e+0.3* and then the matrix. the numbers are already small
In the link below might be the answer you are looking for. https://www.mathworks.com/matlabcentral/answers/8940-stop-exponentia...

alrededor de 4 años hace | 0

| aceptada

Respondida
confusion Matrix ,sensitivity and specificity
This line: Accuracy = (TP+TN)./(TP+FP+TN+FN); Is inconsistent with your variable names: tp = sum((predicted_Y == 1) & (actual...

alrededor de 4 años hace | 0

Respondida
How to set doppler shift, sampling time,path delay,path gains in rayleigh fading channel
Take a look at: https://www.mathworks.com/help/comm/ug/fading-channels.html#bq5zk36 Also the function you are using is already...

alrededor de 4 años hace | 0

Respondida
Error using plot Undefined function or variable 'newplot'.
I had a similar issue and I think the culprit is a function called newplot.m. newplot.m function has subfunctions inside that w...

alrededor de 4 años hace | 0

Respondida
Why won't anything plot? 6 errors in 3 lines of code.
I had a similar issue and I think the culprit is a function called newplot.m. newplot.m function has subfunctions inside that w...

alrededor de 4 años hace | 0

Respondida
Is 'newplot' the reason why 'image' and 'plot' are no longer working on my computer?
newplot.m function has subfunctions inside that were not terminated with 'end'. I added an 'end' statement for each function in...

alrededor de 4 años hace | 0