Abdallah Ghazi Faisal Zaid Alkilani
Followers: 0 Following: 0
Statistics
0 Questions
6 Answers
RANK
5,510
of 295,467
REPUTATION
8
CONTRIBUTIONS
0 Questions
6 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
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 ago | 0
| accepted
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 ago | 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 ago | 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 ago | 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 ago | 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 ago | 0