필터 지우기
필터 지우기

About Coulomb 3.4 software

조회 수: 9 (최근 30일)
Ruken
Ruken 2015년 2월 25일
댓글: Lasroha Panjaitan 2020년 4월 11일
Hello,
I am using Coulomb 3.4 software with Matlab. However some of the function are not working and gives that error messages.
Undefined function 'deg2km' for input arguments of type 'double'.
Error in utm_window>pushbutton_calc_Callback (line 266) xdist = deg2km(xdeg);
Error in gui_mainfcn (line 96) feval(varargin{:});
Error in utm_window (line 20) gui_mainfcn(gui_State, varargin{:});
Error using waitfor Error while evaluating uicontrol Callback
How can I run this function?
Thanks, Ruken
  댓글 수: 1
Lasroha Panjaitan
Lasroha Panjaitan 2020년 4월 11일
Hello ruken,
can i request a link to download Coulomb 3.4 software?
Thanks, Lasroha

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

채택된 답변

Geoff Hayes
Geoff Hayes 2015년 2월 25일
Ruken - the function deg2km is part of the Mapping Toolbox. Do you have it? In the Command Window type
ver
to check your version of MATLAB and which toolboxes you have installed. If you do have this toolbox, type the following
which -all deg2km
to find where in your MATLAAB search path this function can be found.
  댓글 수: 2
Ruken
Ruken 2015년 2월 25일
Thanks Geoff,
After I typed those command I have following results.
C:\Program Files\MATLAB\R2013b\toolbox\map\map\deg2km.m % Has no license available
So it means that my Matlab does not have licenses for mapping toolbox?
Thanks, Ruken
Geoff Hayes
Geoff Hayes 2015년 2월 25일
That's correct. You may have to renew your license.

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

추가 답변 (0개)

카테고리

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