-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split vs strsplit #8
Comments
Karli, for general reference, what version of Matlab do you generally use?
And is everyone in your lab on the same version?
…On Thu, Aug 22, 2019 at 3:21 PM kmerkens ***@***.***> wrote:
older versions of MATLAB do not have the "split" command, but all versions
do have strsplit. I recommend replacing all instances of "split" with
"strsplit" e.g. sh_detector_batch.m line 179 (Not sure if there are others
lurking - this is the only one I ran into)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=ABDOCHUFG7I3WMUW4TXU3RDQF4GPPA5CNFSM4IOZZCD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HG47AAQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABDOCHSQTHIU3RK4SIWU6PDQF4GPPANCNFSM4IOZZCDQ>
.
|
Hi Kait,
I've been stuck in the land of 2014a for a long time, and have just
graduated to 2018. I think most of our team is now on 2018, especially
since Triton with all the remoras (esp. Logger) is now working pretty well
on 2018.
HTH, and Happy Friday!
Karli
On Fri, Aug 23, 2019 at 1:05 PM Kait Frasier <[email protected]>
wrote:
… Karli, for general reference, what version of Matlab do you generally use?
And is everyone in your lab on the same version?
On Thu, Aug 22, 2019 at 3:21 PM kmerkens ***@***.***> wrote:
> older versions of MATLAB do not have the "split" command, but all
versions
> do have strsplit. I recommend replacing all instances of "split" with
> "strsplit" e.g. sh_detector_batch.m line 179 (Not sure if there are
others
> lurking - this is the only one I ran into)
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#8?email_source=notifications&email_token=ABDOCHUFG7I3WMUW4TXU3RDQF4GPPA5CNFSM4IOZZCD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HG47AAQ
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/ABDOCHSQTHIU3RK4SIWU6PDQF4GPPANCNFSM4IOZZCDQ
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8?email_source=notifications&email_token=ACAK6AMS3SWLJQLJILYPPPLQGA7INA5CNFSM4IOZZCD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5BGKJQ#issuecomment-524444966>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACAK6APAH5NC4QV4XUZNQZLQGA7INANCNFSM4IOZZCDQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
older versions of MATLAB do not have the "split" command, but all versions do have strsplit. I recommend replacing all instances of "split" with "strsplit" e.g. sh_detector_batch.m line 179 (Not sure if there are others lurking - this is the only one I ran into)
The text was updated successfully, but these errors were encountered: