Write a file starting in column 7.
Ältere Kommentare anzeigen
Dear, I have a question about write the data in the file.
Is possible write a data in the file starting in column 7 ?
For example:
My program is writing:
Line 1 and Column 1 until 36
Line 2 and Column 1 until 36
.
.
Line 19 and colund 1 until 36.
I would like write starting in column 7 until 42.
that is:
line 1 and Column 7 until 42
line 2 and Column 7 until 42
.
.
line 19 and Column 7 until 42.
That is, all line of column 1 until column 6 stay empty.
Is it possible ?
thank you
1 Kommentar
dpb
am 5 Apr. 2019
Certainly possible but specifics depend on what kind of file you're trying to create???
Akzeptierte Antwort
Weitere Antworten (1)
Leonardo Barbosa Torres dos Santos
am 6 Apr. 2019
1 Stimme
Kategorien
Mehr zu Workspace Variables and MAT Files finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!