matlab에서 m_map code에 대해 질문하곘습니다. error를 잡아주세요
Show older comments
m_map을 다운후 m_demo를 실행하니 다음과 같은 오류가 나옵니다.
Undefined function 'finite' for input arguments of type 'double'.
Error in mu_util>m_getlllimits (line 305) if finite(px(1)), MAP_VAR_LIST.lats(1)=-90; end;
Error in mu_util (line 34) m_getlllimits;
Error in mp_azim (line 149) mu_util('lllimits');
Error in m_proj (line 74) eval([ projections(k).routine '(''initialize'',projections(k).name,varargin{:});']);
Error in m_demo (line 38) m_proj('ortho','lat',48','long',-123');
Error in run (line 63) evalin('caller', [script ';']);
왜그럴까요 ㅠㅠ
Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!