jploveless / Blocks

Analysis of plate boundary deformation using geodetic data
MIT License
28 stars 18 forks source link

Bug #4

Closed HXPsunset closed 2 years ago

HXPsunset commented 2 years ago

Hello,

When I was trying to learn from the examples you gave, the function “StartsWith ” seems to be missing. Is there a problem with my use? I don't know what happened. And I can't find this function in all the files. Please tell me what should I do.

Thanks, sunset

jploveless commented 2 years ago

startsWith.m is a built-in function introduced in Matlab R2016b. You should be able to replace references to startsWith with strmatch and the behavior should be the same. The Mathworks now recommends use of startsWith.