Need to load a file from an open data set a
Show older comments
I HATE this system.
All I want to do is load the opensource data file and it won't do anything, doesn't list anything I can load, the fundamentals instructions are useless its just sending me round in circles. Right now I am close to throwing the computer against a wall.
4 Comments
Mathieu NOE
on 11 Jul 2023
keep calm
can you share the data file and describe what you want to do with it
Star Strider
on 11 Jul 2023
I completely understand! MATLAB is relatively straightforward to use, however like everything else, it takes a bit of time to learn how to use it efficiently.
It is difficult to determine what the problem is from your description, however I get the impression that you’re having problems finding and reading a .csv file.
It’s easier to work with files in your MATLAB user path (see What Is the MATLAB Search Path?), however that is not absolutely necessary. If you know the file path, use the fullfile function to create the complete path to it. (In Windows systems, you can find that information using File Explorer, and right-clicking on the file icon, click on ‘Properties’ and copy and paste the necessary data to the fullfile argument fields in the MATLAB Editor.)
Please describe the problems you’re having in some detail. We can help.
Joy
on 11 Jul 2023
Joy
on 12 Jul 2023
Accepted Answer
More Answers (0)
Categories
Find more on Logical 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!