How to write out put to .ini file

17 Ansichten (letzte 30 Tage)
Mekala balaji
Mekala balaji am 27 Dez. 2017
Beantwortet: Walter Roberson am 27 Dez. 2017
Hi,
I have output in output.Data, and want to write this output to (dot).ini file, kindly someone help me how to do this.
output.Data:
12.4
1.0
0.8
100
80
Many thanks in advance,
  1 Kommentar
Jan
Jan am 27 Dez. 2017
It depends on the format you want for the .ini file. Usually these files are text files containing names of variables like this:
[Class]
Data=12.4
and so on. What do you want to be written to the file?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 27 Dez. 2017
Look in the File Exchange. You will find a number of contributions for working with INI files. For example https://www.mathworks.com/matlabcentral/fileexchange/24992-ini-config

Kategorien

Mehr zu Workspace Variables and MAT-Files finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by