Coulomb 3.3 Build input from CMT or focal mech. data

조회 수: 9 (최근 30일)
ISABEL CRISTINA GOMEZ GUTIERREZ
ISABEL CRISTINA GOMEZ GUTIERREZ 2021년 1월 19일
Hello,
I am using Coulomb 3.3. When I try to use the option "Build input from CMT or focal mech. data" I have the next errors:
Unrecognized function or variable 'deg2utm'.
Error in distance2 (line 15)
[x1,y1,utmzone1] = deg2utm(lat1,lon1);
Error in utm_window>pushbutton_calc_Callback (line 273)
[xdist,flag1] = distance2(pcent_lat,MIN_LON,pcent_lat,MAX_LON);
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in utm_window (line 20)
gui_mainfcn(gui_State, varargin{:});
Error using main_menu_window>menu_new_map_Callback (line 167)
Error while evaluating UIControl Callback.
I am using the 3.3.01 version. I downloaded it from USGS.
¿Is it a Coulomb or a Matlab problem? ¿Can someone help me?
Thank you!!!!
Isabel

답변 (1개)

Aghamarsh Varanasi
Aghamarsh Varanasi 2021년 1월 25일
편집: Aghamarsh Varanasi 2021년 1월 25일
Hi,
The Function 'deg2utm' is in a folder names "resources". Starting in MATLAB R2019a, the "resources" folder is a reserved folder, and folders with the name "resources" are not allowed on the MATLAB path.
As a workaround you can rename the folder "resources" to another name and add it to the MATLAB path. This would eliminate the error that you recieved.
For further details please refer to the "Functionality being changed or removed" under "Language and Programming" section of the MATLAB R2019a Release Notes
  댓글 수: 2
ISABEL CRISTINA GOMEZ GUTIERREZ
ISABEL CRISTINA GOMEZ GUTIERREZ 2021년 1월 26일
Hello Aghamarsh,
I am going to install Matlab2018b.
Thank you!!!!!
Isabel
ISABEL CRISTINA GOMEZ GUTIERREZ
ISABEL CRISTINA GOMEZ GUTIERREZ 2021년 1월 27일
Hi,
I already installed the M2018b. Coulomb is running perfectly.
Thank you!!!!
Isabel

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by