how does library management system using matlab gui works?
이전 댓글 표시
I downloaded the code given on http://www.mathworks.com/matlabcentral/fileexchange/6448 but its not working on my Matlab...i need to know which code i should run first...what is the procedure..plzz help me..
댓글 수: 2
rimi
2012년 2월 20일
Walter Roberson
2012년 2월 20일
I do not have the Database Toolbox or the MATLAB Compiler so I have not tried.
채택된 답변
추가 답변 (1개)
Walter Roberson
2012년 2월 20일
After you extract the files from the .ZIP, rename all of them to lower case. For example, rename LIBRARY.FIG to library.fig
Once you have done that renaming, invoke the program with the command
library
If you encounter an error about logintimeout not existing, then you do not have the database toolkit.
댓글 수: 14
rimi
2012년 2월 21일
Walter Roberson
2012년 2월 21일
You need to rename the extensions as well as the basic file names.
Like I wrote above, "For example, rename LIBRARY.FIG to library.fig"
rimi
2012년 2월 21일
Walter Roberson
2012년 2월 21일
Please cd() to the directory that you have stored the files in, and report the output of the command
ls
For example, for me, after doing the renamings, I have
>> cd /tmp/LIBRARY
>> ls
add_books.asv call_issue.asv datarecieve.m issue_frame.asv my_closereq.asv return_call_func.m visible_off.m
add_books.m call_issue.m dname.mdb issue_frame.fig my_closereq.m search_books.asv visible_on.m
add_call_func.asv contents.asv helpcall.m issue_frame.m remove_call_func.fig search_books.m
add_call_func.fig contents.m issue_books.asv library.asv remove_call_func.m search_call_func.asv
add_call_func.m createnewuser.asv issue_books.m library.fig returnbook_call.asv search_call_func.fig
add_cds.m createnewuser.m issue_call_func.fig library.m returnbook_call.m search_call_func.m
call_close.m datainsert.m issue_call_func.m mutual_exclude.m return_call_func.fig visible_off.asv
rimi
2012년 2월 22일
Walter Roberson
2012년 2월 22일
You are missing a lot of the files from the .ZIP
Please re-download and re-extract.
rimi
2012년 2월 22일
rimi
2012년 2월 22일
Tannistha
2012년 2월 23일
Seems there is error in every call back option. are you sure you have the database toolbox? go to matlab command window and type ver, you will find out what toolboxes you have. without the necessary toolbox it will not work.
Walter Roberson
2012년 2월 23일
It would seem fairly unlikely that you have licenses for all of those toolboxes: that would be well over $15000 worth of software.
Your MATLAB version is quite old; it might be fairly difficult to get the software to work with it.
rimi
2012년 2월 24일
Walter Roberson
2012년 2월 24일
Sorry I do not know which release is needed to run that software. I do not have the database toolkit, so when I do anything meaningful in the GUI I get errors about the login routine not existing (the routine complained about is part of the database toolkit.)
rimi
2012년 3월 2일
Walter Roberson
2012년 3월 2일
I do not have the database toolkit so this is not something I can investigate.
카테고리
도움말 센터 및 File Exchange에서 Manage Products에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!