Community Profile

photo

Abdallah Ghazi Faisal Zaid Alkilani


Last seen: 7 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

4 years 前 | 0

| 已接受

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0

已回答
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...

4 years 前 | 0