photo

samesu naq


Active since 2018

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to store a data of a structure into a text file.
s1.name = 'fred'; s1.age = 42; s1.height = 170; s1(2).name = 'alice'; s1(2).age = 29; s1(2).height = 160; fileID = fopen('...

5 years ago | 0