-
Notifications
You must be signed in to change notification settings - Fork 55
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
installation #16
Comments
Yeah, apologies the seizmo available on github is very borked with recent Matlab versions. I hope to upload a fixed version soon. Thanks for reporting - didn't know Matlab sucked in my vecnorm function (too bad they modified the input order so I'll have to delete mine and alter the calls in seizmo). |
Firstly, Thanks for your to provide this code. Warning: Function isstring has the same name as a MATLAB builtin. We suggest you rename the function to avoid a potential name conflict.
Actually, they will induce fatal error. I slove this problem as follows:
I hope this information is useful for the SEIZMO users. |
Another two update in setup_seizmo.bash are as follows: line 57: |
Dears
Error in install_seizmo (line 230) Please assist me for solving this issue |
Hey Warning: Function isstring has the same name as a MATLAB builtin. We suggest you rename the function to avoid a
Error in savepath (line 210) Error in install_seizmo (line 213) Error in install_seizmo (line 120) |
During installation MATLAB version 9.3.0 (R2017B)
##################################################################
Checking what application we are installing SEIZMO in...
Application: MATLAB
Version : 9.3
SEIZMO install path: F:\MATLAB\seizmo
Warning: Function isstring has the same name as a MATLAB builtin. We suggest you rename the
function to avoid a potential name conflict.
Error in savepath (line 40)
templatefile = fullfile(matlabroot, 'toolbox', 'local', 'template', 'pathdef.m');
Error in install_seizmo (line 213)
ok=ok & ~savepath;
Error in install_seizmo (line 120)
The text was updated successfully, but these errors were encountered: