photo

Abdallah Ghazi Faisal Zaid Alkilani


Last seen: Today Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
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...

plus de 4 ans il y a | 0

Réponse apportée
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...

plus de 4 ans il y a | 0

Réponse apportée
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...

plus de 4 ans il y a | 0

Réponse apportée
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...

plus de 4 ans il y a | 0

Réponse apportée
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...

plus de 4 ans il y a | 0