How to read x and y values from a text file?
古いコメントを表示
I have a text file with two columns of x and y values something like this:
4.3 2.3
1.1 2.9
.
.
I want to create one array for the x values and another one for the y values so the result is like this:
x=[4.3 1.1 . . .]
y=[2.3 2.9 . . .]
Any help?!
If it's not possible just tell me how can I create an array of float numbers from a text file?
2 件のコメント
Stephen23
2022 年 9 月 13 日
You could start with READMATRIX.
If you want more help, upload a sample data file by clicking the paperclip button.
youssef hany
2022 年 9 月 13 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Data Import and Export についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!