How to create an cell array
Afficher commentaires plus anciens
I was wondering how do I go about creating an cell array from grade.txt file in excel to matlab. It wants me to use the grades from my homework and test and create an cell array with them. I am having trouble grasping how to do this.
Réponse acceptée
Plus de réponses (1)
You can use xlsread, and than put the data into a cell array like Azzi showed.
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!