appending a file
Ältere Kommentare anzeigen
i have a file called hello.txt using wordpad which contains the matrix
2 7 3
2 6 9
now i have a vector v = [1 2 3] and i want to add this vector to the hello.txt file so when i open the hello.txt file i should have
2 7 3
2 6 9
1 2 3
how can i do this
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 15 Mär. 2012
8 Stimmen
Your existing question is still here and still active. Please do not open duplicate questions: it just leads to frustration and confusion.
If you require answers within 10 minutes (as implied by the time between your reply here and the time you opened the duplicate question), then you should be hiring a consultant.
1 Kommentar
Wayne King
am 15 Mär. 2012
I second Walter's sentiment. People are volunteering their time to help you.
Kategorien
Mehr zu Environment and Settings 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!