Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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.

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 11 Apr. 2014
class='005'
trial='01'
filename=sprintf('%st%s.txt',class,trial)

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by