You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice catch, but your solution won't quite work, since, e.g., a semicolon would break an if statement. For the time being just add the semicolons and I'll push a fix in the near future.
Output of
ver
all
Output of
gpuDevice
all
The command you used
(e.g.,
jrc detect-sort myparam.prm
)jrc bootstrap
If manually sorting, what it is you tried to do
Console output
Hi
I'm try
JRCLUST-4.0.0-beta
, but discover a little problem.When probe config file(*.prb) not end by semicolon, it will get error.
It cause by
JRCLUST-4.0.0-beta/+jrclust/+utils/mToStruct.m
Line 12e.g. If below in prb
cell2mat(lines')
will output below string, so error.Suggest instead of
eval(strjoin(lines,';'))
to insert semicolon.(Note:
strjoin
introduced inR2016b
)Thanks.
The text was updated successfully, but these errors were encountered: