Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

dlmwrite (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the support class.

Syntax

dlmwrite(file, m, d)

dlmwrite(file, m, d, row, col)

Description

Writes an ASCII delimited file.

Examples

Inputs

Name Description
file Specifies the file you want to write to. file is a string.
m Specifies the matrix you want to write.
d Specifies the delimiter that separates the values in the file. For example, a value of \t specifies a single tab character as the delimiter. d is a string.
row, col Specify the location in the matrix at which you want to start writing. row and col are zero-based.

Examples

dlmwrite('test', magic(5), '/', 2, 2);
a = dlmread('test', '/', 'A2..C3')

Related Topics

csvread
csvwrite
dlmread


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit