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!