how does library management system using matlab gui works?

조회 수: 2 (최근 30일)
rimi
rimi 2012년 2월 19일
편집: Kyle 2013년 10월 23일
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
rimi 2012년 2월 20일
IF ANYONE HAS RUN THIS CODE THEN PLEASE TELL...
Walter Roberson
Walter Roberson 2012년 2월 20일
I do not have the Database Toolbox or the MATLAB Compiler so I have not tried.

댓글을 달려면 로그인하십시오.

채택된 답변

the cyclist
the cyclist 2012년 2월 19일
That file was uploaded seven years ago, so it does not surprise me that it doesn't work completely on the first try. The FEX mentions that the code requires the Database Toolbox and the MATLAB Compiler. Do you have those?
  댓글 수: 5
Walter Roberson
Walter Roberson 2012년 2월 20일
"i dont know if i m having database toolbox or compiler or not"
Then you do not have them. You never forget buying the compiler: it is about as expensive as a family holiday on another continent.
"??? Input argument "handles" is undefined."
The most common cause of that is trying to double-click on a .fig file instead of running the .m file with the same name.
Sean de Wolski
Sean de Wolski 2012년 3월 14일
copying rimi's comment censored:
>> ver
-------------------------------------------------------------------------------------
MATLAB Version 7.0.1.24704 (R14) Service Pack 1
MATLAB License Number: ######### [SCd Censor]
Operating System: Microsoft Windows XP Version 5.1 (Build 2600: Service Pack 2)
Java VM Version: Java 1.4.2_04 with Sun Microsystems Inc. Java HotSpot(TM) Client VM
-------------------------------------------------------------------------------------
MATLAB Version 7.0.1 (R14SP1)
Bioinformatics Toolbox Version 1.1.1 (R14SP1)
Communications Toolbox Version 3.0.1 (R14SP1)
Control System Toolbox Version 6.1 (R14SP1)
Curve Fitting Toolbox Version 1.1.2 (R14SP1)
Data Acquisition Toolbox Version 2.5.1 (R14SP1)
Database Toolbox Version 3.0.1 (R14SP1)
Datafeed Toolbox Version 1.6 (R14SP1)
Excel Link Version 2.2.1 (R14SP1)
Extended Symbolic Math Version 3.1.1 (R14SP1)
Filter Design Toolbox Version 3.1 (R14SP1)
Financial Derivatives Toolbox Version 3.0.1 (R14SP1)
Financial Time Series Toolbox Version 2.1.1 (R14SP1)
Financial Toolbox Version 2.4.2 (R14SP1)
Fixed-Income Toolbox Version 1.1 (R14SP1)
Fixed-Point Toolbox Version 1.1 (R14SP1)
Fuzzy Logic Toolbox Version 2.2 (R14SP1)
GARCH Toolbox Version 2.0.1 (R14SP1)
Genetic Algorithm Direct Search Toolbox Version 1.0.2 (R14SP1)
Image Acquisition Toolbox Version 1.7 (R14SP1)
Image Processing Toolbox Version 5.0.1 (R14SP1)
Instrument Control Toolbox Version 2.1 (R14SP1)
Link for Code Composer Studio Version 1.3.2 (R14SP1)
MATLAB Builder for COM Version 1.1.2 (R14SP1)
MATLAB Builder for Excel Version 1.2.2 (R14SP1)
MATLAB Report Generator Version 2.1.1 (R14SP1)
MATLAB Web Server Version 1.2.3 (R14SP1)
Mapping Toolbox Version 2.0.3 (R14SP1)
Model Predictive Control Toolbox Version 2.1 (R14SP1)
Neural Network Toolbox Version 4.0.4 (R14SP1)
OPC Toolbox Version 1.1.1 (R14SP1)
Optimization Toolbox Version 3.0.1 (R14SP1)
Partial Differential Equation Toolbox Version 1.0.6 (R14SP1)
RF Toolbox Version 1.0.1 (R14SP1)
Robust Control Toolbox Version 3.0 (R14SP1)
Signal Processing Toolbox Version 6.2.1 (R14SP1)
Spline Toolbox Version 3.2.1 (R14SP1)
Statistics Toolbox Version 5.0.1 (R14SP1)
Symbolic Math Toolbox Version 3.1.1 (R14SP1)
System Identification Toolbox Version 6.1 (R14SP1)
Virtual Reality Toolbox Version 4.0.1 (R14SP1)
Wavelet Toolbox Version 3.0.1 (R14SP1)
>>

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Walter Roberson
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
rimi 2012년 3월 2일
hey..can u help me in this...what i think is that there is a database connection error..
when i run issue_call_func
then it shows the following error:
??? Error using ==> eval
Undefined command/function 'getAutoCommit'.
Error in ==> database.get at 58
eval(['v.' p{i} ' = get' p{i} '(c.Handle);'])
Error in ==> issue_books at 20
get(conn, 'AutoCommit');
Error in ==> issue_call_func>issue_book_Callback at 124
issue_books(handles);
Error in ==> gui_mainfcn at 75
feval(varargin{:});
Error in ==> issue_call_func at 19
gui_mainfcn(gui_State, varargin{:});
??? Error while evaluating uicontrol Callback.
>>
Walter Roberson
Walter Roberson 2012년 3월 2일
I do not have the database toolkit so this is not something I can investigate.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Search Path에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by