Happy Free Wednesday!
Just submit your solution on any Wednesday.
*Related Challenges:*
# Happy Free Wednesday!
# Happy Free 2019!
# Happy Fr...
1年以上 前
解決済み
free points
function y = your_fcn_name(x)
y = x(1)+x(2);
end
1年以上 前
解決済み
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 ...
1年以上 前
解決済み
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:...