Happy Free Wednesday!
Just submit your solution on any Wednesday.
*Related Challenges:*
# Happy Free Wednesday!
# Happy Free 2019!
# Happy Fr...
más de 1 año hace
Resuelto
free points
function y = your_fcn_name(x)
y = x(1)+x(2);
end
más de 1 año hace
Resuelto
Longest run of consecutive numbers
Given a vector a, find the number(s) that is/are repeated consecutively most often. For example, if you have
a = [1 2 2 2 1 ...
más de 1 año hace
Resuelto
Times 2 - START HERE
Try out this test problem first.
Given the variable x as your input, multiply it by two and put the result in y.
Examples:...