assign a veriable to the numbers from a a txt file
Info
This question is closed. Reopen it to edit or answer.
Show older comments
I want to read a txt file containing some mumbers only, and assign a the numbers "A" a variable in workspace
how can I assign a veriable to the numbers
1 Comment
Azzi Abdelmalek
on 25 Oct 2013
How your txt file looks like?
Answers (1)
Azzi Abdelmalek
on 25 Oct 2013
A=dlmread('file.txt')
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!