Importing Table Data Into Matlab Using ‘readtable’
Вставка
- Опубліковано 5 лют 2025
- In this video we show how to import table data in Excel or CSV files into Matlab. We show how to use the ‘readtable’ function to quickly import this data into a Table data structure in Matlab. We also illustrate some scenarios where the typical usage of readtable can fail. In this case we show how to select appropriate readtable options using the Data Import Wizard.
Topics and timestamps:
0:22 - Familiarize with Excel files
1:46 - Using readtable
9:16 - readtable options via the Import Data Wizard
21:32 - Importing CSV files
Lecture notes and code can be downloaded from github.com/clu...
All Matlab/Simulink videos in a single playlist ( • Working with Matlab )
#Matlab #Simulink
You can support this channel via Patreon at / christopherwlum or by clicking on the ‘Thanks’ button underneath the video. Thank you for your help!
In case it is helpful, here are all my Matlab videos in a single playlist ua-cam.com/play/PLxdnSsBqCrrEU0dLSrTcl0-w9cVYKMTaF.html. You can support this channel via Patreon at www.patreon.com/christopherwlum or by clicking the 'THANKS' button underneath the video. Please let me know what you think in the comments. Thanks for watching!
right in time! im working on linear positional deviation due to flatness and straightness angular deviations and been watching your videos. wondering if you could make a tutorial on how to animate the positional vector on a single plane and the coordinate frame change due to axes rotation in matlab please! (similar to your demonstration in 'Euler Angles and the Euler Rotation Sequence' and 'Derivation of Rodrigues' Formula')
We can download Excel files that you use in your link description?...
There is a link in the video description that takes you to a GitHub page that has all the code and files used in this example. Thanks for watching!