Database Toolbox |
Exporting BOOLEAN Data
This example adds two rows of data to the Products
table in the Access Nwind
database.
P
, which will be exported, by typing these commands:
P.ProductName{1}='Chocolate Truffles'; P.Discontinued{1}=logical(0); P.ProductName{2}='Guatemalan Coffee'; P.Discontinued{2}=logical(1);
SampleDB
.
Products
.
ProductName
and Discontinued
.
P
.
BOOLEAN (MATLAB logical) Data | Using VQB Queries in Database Toolbox Functions |
© 1994-2005 The MathWorks, Inc.