how does library management system using matlab gui works?
Ältere Kommentare anzeigen
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 Kommentare
rimi
am 20 Feb. 2012
Walter Roberson
am 20 Feb. 2012
I do not have the Database Toolbox or the MATLAB Compiler so I have not tried.
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 20 Feb. 2012
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 Kommentare
rimi
am 21 Feb. 2012
Walter Roberson
am 21 Feb. 2012
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
am 21 Feb. 2012
Walter Roberson
am 21 Feb. 2012
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
am 22 Feb. 2012
Walter Roberson
am 22 Feb. 2012
You are missing a lot of the files from the .ZIP
Please re-download and re-extract.
rimi
am 22 Feb. 2012
rimi
am 22 Feb. 2012
Tannistha
am 23 Feb. 2012
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
am 23 Feb. 2012
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
am 24 Feb. 2012
Walter Roberson
am 24 Feb. 2012
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
am 2 Mär. 2012
Walter Roberson
am 2 Mär. 2012
I do not have the database toolkit so this is not something I can investigate.
Kategorien
Mehr zu Manage Products finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!