how to create several text files ?
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
i have an input file, i would like to make edits on it and save each edit into different text files
0 件のコメント
回答 (1 件)
Image Analyst
2014 年 12 月 7 日
0 投票
So I think fopen(), fprintf(), fgetl(), and fclose() will be very useful to you. See the help for examples.
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!