Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how can i read values from excel sheet which has 83x3 values, which later i want them to be multiplied with a matrix, row-wise.can somebody please help me with the code
Posted
Updated 16-Mar-15 9:29am
v2
Comments
Mehdi Gholam 16-Mar-15 10:39am    
What have you done so far?
Subramanyam Shankar 16-Mar-15 12:21pm    
Please can you share your implementation? If any issues we will help you.

1 solution

From memory, Matlab can read a CSV file directly into an array/matrix. So you could export the sheet to comma separated values file.
 
Share this answer
 
Comments
Member 11529278 16-Mar-15 22:46pm    
Thank you for your answer, but how can i specify that each row has to be multiplied with a matrix, resulting in a 83x3 (same as input) matrix values in an excel sheet.. Please help me with the code...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900