abaqusian
Materials
- Sep 7, 2012
- 26
HI,
I am trying to learn to work on MATLAB by accessing the numerical data from an excel file. Kindly add your expert opinion.
For example :
in an excel file named "data.xls" , I have three columns:
I want to import above data from excel into matlab and do following things , then plot them .
(1) Add column1 and column3 , store that as a new column or array.
(2) plot that array against column2 in matlab .
I have a more number of data and I have to do many trial and error methods to get the right plot. (may be you can say as fitting the curve too ) . I am tired doing it in excel ..., I want to do in matlab.
Can anyone please suggest the way?
Thanks from Basic Matlab Learner.
I am trying to learn to work on MATLAB by accessing the numerical data from an excel file. Kindly add your expert opinion.
For example :
in an excel file named "data.xls" , I have three columns:
Code:
Column1 Column2 Column3
0.1 1000 20.05
0.2 1250 21.56
0.3 1500 24.56
0.4 1750 27.14
0.5 2000 -17.25
I want to import above data from excel into matlab and do following things , then plot them .
(1) Add column1 and column3 , store that as a new column or array.
(2) plot that array against column2 in matlab .
I have a more number of data and I have to do many trial and error methods to get the right plot. (may be you can say as fitting the curve too ) . I am tired doing it in excel ..., I want to do in matlab.
Can anyone please suggest the way?
Thanks from Basic Matlab Learner.