how to solve this issue ((((Undefined function 'm_shaperead' for input arguments of type 'char'))))

조회 수: 4 (최근 30일)
Hi every one, I keep getting the following error when I try to run my simulation: Undefined function 'm_shaperead' for input arguments of type 'char'. By the way the code was going very well, but I did format for my computer then the problem started. I set the path correctly. By the way I am a beginner in Matlab. Thank you Reyadh

채택된 답변

Geoff Hayes
Geoff Hayes 2015년 4월 3일
Reyadh - given the error message, it sounds like you no longer have this file or it isn't within the MATLAB search path. In the Command Window, type
which m_shaperead -all
to see if this file/function can be found. If you observe the
'm_shaperead' not found.
then either download the mapping package again and save its folder to the MATLAB search path, or if you are sure that you already have the file, then add this folder to the search path.
  댓글 수: 1
reyadh Albarakat
reyadh Albarakat 2015년 4월 3일
Thank you so much Geoff Hayes The m_shaperead was not available then I did what you told me about. Thanks again.
Reyadh

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

추가 답변 (1개)

Mahdiyar
Mahdiyar 2015년 4월 3일
Please put your code. Without it I cannot understand what is going on.

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by