Transfere an excel-list into vectors
Show older comments
Hi there,
im trying to transfere an excel-list into many, specific vectors. Lets say i got three types of metal (x,y,z) and performed two different tests (1,2) on the metal itself. The Results were put in a an excel-list (Picture 1).
Now i read the excel-list into matlap ("readtable") and want to create different vectors for each metall and each test:
TypeX_Test1 = [1 2 3]
TypeX_Test2 = [7 8 9]
TypeY_Test1= [15 12 11]
and so on...
How do i make the vectors happen ?
Thank you for your time and help !
Ben
Accepted Answer
More Answers (0)
Categories
Find more on Spreadsheets in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!