Abdallah Ghazi Faisal Zaid Alkilani
Followers: 0 Following: 0
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...
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년 초과 전 | 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...
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년 초과 전 | 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...
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년 초과 전 | 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...
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년 초과 전 | 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...
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년 초과 전 | 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...
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년 초과 전 | 0