필터 지우기
필터 지우기

Error while using load library

조회 수: 1 (최근 30일)
Melwin Thomas
Melwin Thomas 2018년 7월 12일
편집: priyanshu chhabra 2020년 4월 12일
Hi,
I defined the path for the library in the excel sheet. And I called it. And I mentioned the part of my code below for you to get an idea.
Par.ChipLibrary_Ind = Par.TestSummary{4,16};
Par.ChipLibrary = Par.TestSummary(Par.ChipLibrary_Ind:Par.ChipLibrary_Ind,1:2);
if (libisloaded(Par.ChipLibrary{1,1}))
unloadlibrary(Par.ChipLibrary{1,1});
end
loadlibrary(Par.ChipLibrary{1,1})
So basically Par.ChipLibrary{1,1} contains the name of the library. And the first 2 lines of the code mentions the path.
But when I run this code, I get this error, stated below.
"Error using loadlibrary
There was an error loading the library "MDR"
Undefined function or variable 'MDR_proto'."
MDR is the name of the library.
Appreciate it, if anyone could help me resolve this.
Thank you.
  댓글 수: 5
Melwin Thomas
Melwin Thomas 2018년 7월 12일
I don't know if I can do that(Company policies :(). But I tried to run the code in 2015b, it works fine. It's not working in 2016b.
priyanshu chhabra
priyanshu chhabra 2020년 4월 12일
편집: priyanshu chhabra 2020년 4월 12일
I'm having same problem. did you ever get to solve it. help me out. thanks in advance

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Manage Products에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by