how does library management system using matlab gui works?
Mostrar comentarios más antiguos
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 comentarios
rimi
el 20 de Feb. de 2012
Walter Roberson
el 20 de Feb. de 2012
I do not have the Database Toolbox or the MATLAB Compiler so I have not tried.
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 20 de Feb. de 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 comentarios
rimi
el 21 de Feb. de 2012
Walter Roberson
el 21 de Feb. de 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
el 21 de Feb. de 2012
Walter Roberson
el 21 de Feb. de 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
el 22 de Feb. de 2012
Walter Roberson
el 22 de Feb. de 2012
You are missing a lot of the files from the .ZIP
Please re-download and re-extract.
rimi
el 22 de Feb. de 2012
rimi
el 22 de Feb. de 2012
Tannistha
el 23 de Feb. de 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
el 23 de Feb. de 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
el 24 de Feb. de 2012
Walter Roberson
el 24 de Feb. de 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
el 2 de Mzo. de 2012
Walter Roberson
el 2 de Mzo. de 2012
I do not have the database toolkit so this is not something I can investigate.
Categorías
Más información sobre Manage Products en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!