Skip to content
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

Using Matlab 2019b: Undefined function or variable 'read_segy_file'. #1

Open
ouboub opened this issue Sep 15, 2021 · 4 comments
Open

Comments

@ouboub
Copy link
Contributor

ouboub commented Sep 15, 2021

Matlab files can (still) not be executed
Error is

Undefined function or variable 'read_segy_file'.

Error in CS_seismic_full (line 3)
D = read_segy_file('gob_20200731_synthetic_shot-gather.sgy');
 

please fix this as soon as possible

@fragut01
Copy link
Owner

The Matlab dependencies are now available (in the Matlab_dependencies folder). Thank you for the advise!

@ouboub
Copy link
Contributor Author

ouboub commented Sep 16, 2021

Well, the idea to put them in a subdirectory without any explanation is not a very good idea (I should either add a path) or copy these files into the main directory

@ouboub
Copy link
Contributor Author

ouboub commented Sep 16, 2021

The Matlab dependencies are now available (in the Matlab_dependencies folder). Thank you for the advise!

Still does not work, I copied the files into the main directory and now the error is
``Undefined function or variable 'run_presets_if_needed'.

Error in read_segy_file (line 138)
run_presets_if_needed

Error in CS_seismic_full (line 3)
D = read_segy_file('gob_20200731_synthetic_shot-gather.sgy');

@ouboub
Copy link
Contributor Author

ouboub commented Sep 19, 2021

I have to insist the matlab code cannot be executed without further instructions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants