how to read a .txt file without change character of .txt file , it only change the first and last numeric data of the .txt file
2 ビュー (過去 30 日間)
古いコメントを表示
Dear user,i have text file like this text file='005t01.txt'
in this file class=005; trial=01; i enter the class and trial values only so how to open the above text file.
0 件のコメント
採用された回答
Azzi Abdelmalek
2014 年 4 月 11 日
class='005'
trial='01'
filename=sprintf('%st%s.txt',class,trial)
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Text Files についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!