Problem 465. Dick Van Dyck?
Solution Stats
Problem Comments
Solution Comments
-
1 Comment
Jan Orwat
on 7 Jun 2016
suprisingly, this code doesn't work in previous versions of MATLAB. Looks like things under the mask of regexprep changed. Previous policy was [match1][match2]...[matchN][replace1][replace2]...[replaceN] while now it's more like [match1][replace1]...[matchN][replaceN]
-
1 Comment
Jan Orwat
on 7 Jun 2016
This code works in previous versions of MATLAB, but not in current one. See comment 6791.
Problem Recent Solvers19
Suggested Problems
-
Determine whether a vector is monotonically increasing
16887 Solvers
-
3961 Solvers
-
Vectorize the digits of an Integer
304 Solvers
-
How many trades represent all the profit?
575 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
449 Solvers
More from this Author100
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!