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 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
ramesha
le 11 Avr 2014
Réponse apportée : Azzi Abdelmalek
le 11 Avr 2014
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 commentaires
Réponse acceptée
Azzi Abdelmalek
le 11 Avr 2014
class='005'
trial='01'
filename=sprintf('%st%s.txt',class,trial)
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Text Files dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!