how does library management system using matlab gui works?
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
Walter Roberson
2012-2-20
I do not have the Database Toolbox or the MATLAB Compiler so I have not tried.
采纳的回答
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
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
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
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 个评论
Walter Roberson
2012-3-2
I do not have the database toolkit so this is not something I can investigate.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Indexing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!