read text file and put its values in a vector
Show older comments
i want to read a vector its values saved in a text file and put those values in vector on matlab
1 Comment
dpb
on 15 Oct 2019
<Getting Started> See the link to Data Import and Analysis.
Answers (1)
Image Analyst
on 19 Oct 2019
0 votes
Try importdata(), csvread(), or readtable().
Categories
Find more on Large Files and Big Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!