Question: excel columns to vector


 

I want to import two columns of data from excel files into vector, V and C. I know the code for reading from excel is like this: excel_to_vector.mw

with(ExcelTools); Data := Import("c:\\my folder\\Book1.xls");

(1)

 

 

how can i transfer these data into vector? the file below shows the vectors, where i copied and pasted the data from the excel only.Download working_plot_and_fit.mw

Please Wait...