Feeds
回答済み
How could I write into the command prompt window of windows 7 with my matlab script?
ah yeah sure sorry: Lance_filename = 'Script.txt'; Input_filename = 'filename.txt'; fid = fopen(Lance_filename,'w'); ...
How could I write into the command prompt window of windows 7 with my matlab script?
ah yeah sure sorry: Lance_filename = 'Script.txt'; Input_filename = 'filename.txt'; fid = fopen(Lance_filename,'w'); ...
10年以上 前 | 1
| 採用済み
回答済み
How could I write into the command prompt window of windows 7 with my matlab script?
Thank you for your answer! The opening works but the written text is "Plusÿ?" instead of the string inside my 'Script.txt' file...
How could I write into the command prompt window of windows 7 with my matlab script?
Thank you for your answer! The opening works but the written text is "Plusÿ?" instead of the string inside my 'Script.txt' file...
10年以上 前 | 0
質問
How could I write into the command prompt window of windows 7 with my matlab script?
Hello, I'm trying to write a line into my command prompt window of Windows 7 with a matlab script, it can open it well but I ...
10年以上 前 | 3 件の回答 | 1