I am using dlmwrite to create two columns in a text file. The first column contains numbers (a=[1:1:100]) and then second column contains zeros (b=zeros(100,1). I then concatenated them and replaced some of the zeros with numbers. When written to a file I need the zeros to display as 0.0 instead of 0. I currently have it written to a .txt file.

 采纳的回答

Walter Roberson
Walter Roberson 2018-6-4

0 个投票

Use 'precision', '%.1f' for dlmwrite()

2 个评论

Can I have a different precision for different columns in dlmwrite?
Sorry, that is not possible with dlmwrite(). You should fopen/fprintf/fclose for that.

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Text Data Preparation 的更多信息

产品

版本

R2018a

标签

Community Treasure Hunt

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

Start Hunting!

Translated by