Read Data from Text File as Matrix
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Rounak Saha Niloy
le 15 Mar 2022
Modifié(e) : Arif Hoq
le 15 Mar 2022
I have a text file with name "1.txt". The Content of the file is as follows-
1.20
2.30
3.50
4.88
I want to read the text file and get it as-
X = [1.20 2.30 3.50 4.88]
How do I do this?
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur String 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!