Tech Fixx · Video
Import CSV into MATLAB: readtable, readmatrix & Missing Data | Lesson 14
Watch this 2 min 34 sec tutorial from the Tech Fixx channel, published .
Check that the device, software and version shown match your setup. Use the player controls for captions, playback speed and full screen where available.
Loading the player connects to YouTube. If playback is unavailable here, watch on YouTube ↗.
From the video description
Learn how to import CSV data into MATLAB with readtable and readmatrix, then access columns, inspect data types and handle headers or missing values. This Lesson 14 also shows how to export processed results for later use.
You’ll learn how to: • Choose readtable or readmatrix • Import a CSV file into MATLAB • Access table rows, columns and variables • Review detected data types • Handle headers and missing entries • Control imports with detectImportOptions • Write processed data back to a file
Chapters: 0:00 Introduction 0:25 readtable versus readmatrix 0:55 Access table columns 1:20 Headers and missing data 1:50 Export results 2:20 Summary
Official MathWorks import guide: https://www.mathworks.com/help/matlab/import_export/control-how-matlab-imports-your-data.html
Continue the full MATLAB for Beginners course on Tech-Fix and subscribe for more step-by-step data tutorials.
#MATLAB #CSV #DataImport