how does library management system using matlab gui works?

2 vues (au cours des 30 derniers jours)
rimi
rimi le 19 Fév 2012
Modifié(e) : Kyle le 23 Oct 2013
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 commentaires
rimi
rimi le 20 Fév 2012
IF ANYONE HAS RUN THIS CODE THEN PLEASE TELL...
Walter Roberson
Walter Roberson le 20 Fév 2012
I do not have the Database Toolbox or the MATLAB Compiler so I have not tried.

Connectez-vous pour commenter.

Réponse acceptée

the cyclist
the cyclist le 19 Fév 2012
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 commentaires
Walter Roberson
Walter Roberson le 20 Fév 2012
"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 le 14 Mar 2012
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)
>>

Connectez-vous pour commenter.

Plus de réponses (1)

Walter Roberson
Walter Roberson le 20 Fév 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 commentaires
rimi
rimi le 2 Mar 2012
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 le 2 Mar 2012
I do not have the database toolkit so this is not something I can investigate.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Search Path dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by