フィルターのクリア

sqlfind function is not found - 'Unrecognised function or variable sqlfind'

4 ビュー (過去 30 日間)
Pranav
Pranav 2023 年 7 月 18 日
回答済み: Angelo Yeo 2023 年 7 月 19 日
Hi,
I am using MATLAB 2020b and have the same problem - 'Unrecognised function or variables 'sqlfind''. Any ideas what the issue might be?
MATLAB Version: 9.9.0.2037887 (R2020b) Update 8
Operating System: Microsoft Windows 10 Enterprise Version 10.0 (Build 19044)
Java Version: Java 1.8.0_202-b08 with Oracle Corporation Java HotSpot(TM) 64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB Version 9.9 (R2020b)
Database Toolbox Version 10.0 (R2020b)
Datafeed Toolbox Version 5.9.2 (R2020b)
Financial Toolbox Version 6.0 (R2020b)
MATLAB Compiler Version 8.1 (R2020b)
MATLAB Compiler SDK Version 6.9 (R2020b)
Optimization Toolbox Version 9.0 (R2020b)
Parallel Computing Toolbox Version 7.3 (R2020b)
Spreadsheet Link Version 3.4.4 (R2020b)
Statistics and Machine Learning Toolbox Version 12.0 (R2020b)
  2 件のコメント
Mrutyunjaya Hiremath
Mrutyunjaya Hiremath 2023 年 7 月 18 日
Is the MATLAB 2020b installed in 'C' drive?
Pranav
Pranav 2023 年 7 月 18 日
Hi - yes MATLAB is installed in the C drive (C:/Program Files/ MATLAB/R2020b)

サインインしてコメントする。

回答 (1 件)

Angelo Yeo
Angelo Yeo 2023 年 7 月 19 日
sqlfind is not a sole function but a method for database. Below is a part of database.m.
% database methods:
% -----------------
% sqlwrite - Insert MATLAB data into database table.
% sqlread - Import data into MATLAB from database table.
% sqlfind - Find information about all table types in
% database.
You can run the command below to open an example. Please check if sqlfind works in the example with the context of using "database".
openExample('database/FindInformationAboutAllTablesInDatabaseExample')

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by