tdmswrite
Description
With the tdmswrite
function you can write table or timetable
data to a new or existing TDMS file.
tdmswrite(
writes data to the specified TDMS file from a table, timetable, or cell array of tables or
timetables. Each table is written to the file as a new channel group, automatically
incrementing the channel group name with each write.tdmsfile
,tdmsdata
)
tdmswrite(
writes data with additional options such as channel group name and time channel format
layout specified by one or more name-value arguments. For example, to write the data to an
existing channel group named tdmsfile
,tdmsdata
,Name=Value
)ChanGrp1
, set
ChannelGroupNames
to "ChanGrp1"
Examples
Input Arguments
Version History
Introduced in R2022b