Info

This question is closed. Reopen it to edit or answer.

assign a veriable to the numbers from a a txt file

1 view (last 30 days)
Asl
Asl on 25 Oct 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
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

Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 25 Oct 2013
A=dlmread('file.txt')

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!