Iterate through an excel file and perform vector operations
Afficher commentaires plus anciens
I am trying to iterate through an excel file and apply an equation involving subtracting a vector made from the excel file and a constant vector. I am fairly new to MATLAB and have an idea but would like to be pointed in the right track. I was thinking of using a for loop but not sure on the syntax. Any help would be appreciated.
3 commentaires
ImageMan
le 14 Oct 2014
dpb
le 14 Oct 2014
doc xlsread % get the data
After that you likely do not need any loops. Have you worked thru the beginning examples in the "Getting Started" section of the online documentation to see how matrix operations work in Matlab?
ImageMan
le 14 Oct 2014
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Matrix Indexing dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!