![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7023029_1522119637634_DEF.jpg)
Anupriya Krishnamoorthy
Followers: 0 Following: 0
Feeds
已回答
Indexing & Move Me function
% code function w = move_me(v,a) if nargin < 2 % checks whether function input is less than 2 a = 0; w = [v(v~...
Indexing & Move Me function
% code function w = move_me(v,a) if nargin < 2 % checks whether function input is less than 2 a = 0; w = [v(v~...
7 years 前 | 0
已解决
Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...
7 years 前