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!