We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Sir,
I tried to run the Okada MATLAB code for the given example. I observed the following error. Can you please let me know how to run this model.
okada85 Out of memory. The likely cause is an infinite recursion within the program.
Error in okada85 (line 69) [uE,uN,uZ] = okada85(E,N,2,30,70,5,3,-45,1,1,'plot');
The text was updated successfully, but these errors were encountered:
Hi, These 2 lines should not produce any error:
[E,N] = meshgrid(linspace(-10,10,50)); [uE,uN,uZ] = okada85(E,N,2,30,70,5,3,-45,1,1,'plot');
The data grid size is only 50*50 points, which is ok for any computer.
Sorry, something went wrong.
No branches or pull requests
Hello Sir,
I tried to run the Okada MATLAB code for the given example.
I observed the following error.
Can you please let me know how to run this model.
Error in okada85 (line 69)
[uE,uN,uZ] = okada85(E,N,2,30,70,5,3,-45,1,1,'plot');
The text was updated successfully, but these errors were encountered: