Ahmed Nazir - MATLAB Cody - MATLAB Central

Ahmed Nazir

9196
Rank
3
Badges
629
Score
1 – 50 of 79

Ahmed Nazir submitted a Comment to Problem 53. Duplicates

%% Useful function => unique, countcats, categorical Solution: https://github.com/AhmedNazir/MatlabCody/blob/master/duplicates.m

on 1 Oct 2020

Ahmed Nazir submitted a Comment to Solution 3013117

https://github.com/AhmedNazir/MatlabCody/blob/master/duplicates.m

on 1 Oct 2020

Ahmed Nazir submitted Solution 3012880 to Problem 76. De-dupe

on 1 Oct 2020

Ahmed Nazir submitted a Comment to Problem 71. Read a column of numbers and interpolate missing data

Good Problem beware of splitting. solution: https://github.com/AhmedNazir/MatlabCody/blob/master/read_and_interp.m

on 1 Oct 2020

Ahmed Nazir submitted a Comment to Problem 38. Return a list sorted by number of occurrences

It is easy if you use matlab function... useful function ==> categorical, countcats , sort, unique solution: https://github.com/AhmedNazir/MatlabCody/blob/master/popularity.m

on 30 Sep 2020

Ahmed Nazir submitted a Comment to Problem 70. Alphabetize by last name

Be careful with output format... if length(alpha_list) > 5 alpha_list = alpha_list'; end

on 30 Sep 2020

Ahmed Nazir submitted Solution 3008737 to Problem 167. Pizza!

on 30 Sep 2020

Ahmed Nazir received Promoter badge for Problem 22. Remove the vowels

on 7 Sep 2019

1 – 50 of 79
Go to top of page