Ongun Palaoglu - MATLAB Cody - MATLAB Central

Ongun Palaoglu

24987
Rank
2
Badges
192
Score
1 – 21 of 21

Ongun Palaoglu submitted a Comment to Problem 10. Determine whether a vector is monotonically increasing

can someone explain to me why this code is not good for this problem function tf = mono_increase(x) for i:1:(length(x)-1) if x(i+1) > x(i) tf = "true" else tf= "false" end end end

on 22 Oct 2020

Ongun Palaoglu received Solver badge for Solution 2979913

on 22 Sep 2020

1 – 21 of 21
Go to top of page