Error in copying figure - Variables - Error using Builtin Path - Could not be absulutized

조회 수: 14 (최근 30일)
I am unable to copy any figure from the figure window, and run other functions from the menu tab. I keep getting this error message. I am using R2021b version of MATLAB that was recently installed. Attached is the image of the error. The whited section is just the name of the script but shows as *.p on the error. Any suggetions how to debug this error? I am not sure if there is anything wrong with my code producing the figure. Thank you!

채택된 답변

Meg Noah
Meg Noah 2022년 1월 1일
type
>> which pathdef
It could be that the pathdef.m file is missing. If it is missing, type
>> restoredefaultpath
>> matlabrc
navigate to your local folder, should be something like C:\Program Files\MATLAB\<version>\toolbox\local
then enter the following to create a new one:
>>savepath pathdef.m
  댓글 수: 1
alex535
alex535 2022년 1월 1일
Thank you! This is how I was able to use your suggestion:
  1. Navigated to local folder on MATLAB: C:\Program Files\MATLAB\<version>\toolbox\local
  2. Typed on command window: >> which pathdef - (pathdef.m was present)
  3. Typed on command window: >> restoredefaultpath
  4. Typed on command window: >> matlabrc
  5. Typed on command window: >>savepath pathdef.m
After this, I am not having the same issue.

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

추가 답변 (1개)

Walter Roberson
Walter Roberson 2022년 1월 1일
I suspect filesystem corruption. I suggest DISM and SFC https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by