How can I align a file(txt, xls) onto a single variable?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
When a file name is 'examine.txt' at location c:\users\matlab, can I align this file on a single variable 'var' by
var= 'C:\Users\matlab\examine.txt';?
1 Kommentar
Antworten (1)
Cris LaPierre
am 30 Jan. 2023
I'd recommend taking a little time to go through MATLAB Onramp. It will introduce you to the fundamentals of using MATLAB for free. The entire course should take around 2 hours, but you can also go through individual chapters as needed. For example, Ch 10 covers importing data.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!