how does library management system using matlab gui works?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
Walter Roberson
le 20 Fév 2012
I do not have the Database Toolbox or the MATLAB Compiler so I have not tried.
Réponse acceptée
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
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
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)
>>
Plus de réponses (1)
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
Walter Roberson
le 2 Mar 2012
I do not have the database toolkit so this is not something I can investigate.
Voir également
Catégories
En savoir plus sur Matrix Indexing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!