Replace all odd numbers in the vector or matrix with NaN. For example, if
x = [1 3 4 5 8 11];
then return
y = [NaN NaN 4 NaN 8 Nan];
Please use isequaln instead of isequal when checking equality for NaN values.
P.S. I accidentally clicked "Like" to this problem and then realized that the "Unlike" function doesn't work. Also, the "Delete" comment function still doesn't work despite the fact that this has been reported since September or even earlier.
This problem has been improved and the test suite fixed.
Peng, the problem with deleting your own comments has been an issue for three or four years now. I didn't realize that Unlike isn't working either, though.
James, Peng, that surprises me. I thought it doesn't work since the new layout introduction. I had no problems with deleting my comments before. (or it's just a typo, and James meant months)
James, Peng, I have also reported these bugs (unable to "delete", unable to "unlike"), and can confirm that (at least for me) they are still a problem. A further complication is that there is no dedicated 'channel' for reporting Cody issues. Perhaps also a Cody-specific discussion forum would be helpful. —DIV
FYI: https://au.mathworks.com/matlabcentral/answers/350695-how-can-i-delete-a-comment-on-a-submission-on-file-exchange
@David I agree with you that there is no dedicated channel for reporting Cody bugs, and your idea of Cody-specific discussion forum is awesome. The unable to "delete", unable to "unlike" are longstanding bugs for more than a year now. I hope this should catch the Cody term's attention.
FYI (again), in lieu of a proper forum, occasionally there are some interesting discussions in the Problem Comments sections of individual problems. An example is https://www.mathworks.com/matlabcentral/cody/problems/2959-divide-by-4 . They are, however, extremely difficult to find. Regards, DIV.
Find the longest sequence of 1's in a binary sequence.
2446 Solvers
Area of an equilateral triangle
1708 Solvers
205 Solvers
156 Solvers
42 Solvers