Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing data & Loop problem in Matlab

Status
Not open for further replies.

n4ahmad

Civil/Environmental
Joined
Sep 14, 2010
Messages
1
Location
CA
I am new learner of Mat lab. I want to transfer a big following data from excel into Mat Lab. In Mat lab, I am interested to find polynomial of X (constant) with different values of Y to get polynomial of each. Then I want to double differentiate each polynomial with respect to X and put equal to zero. Then I want to solve this equation to get value of X.
X: 1 2 3 4 5 6 7 8
Y: 9 8 7 6 5 4 3 2
Y: 7 6 5 4 3 2 1 0.5
Y: 9 7 6 5 4 3 2 1
---------------
--------------

In this procedure I am facing following problems.
1- What should be format of file in importing data into Matlab
2- I will use coef = Polyfit(x,y,n) to get coefficient of equation. But, in Mat lab, I cannot find differentiation by using coefficient of an equation.
3- How will I write the loop of program because there are lot of values
 
Is this for school?

TTFN

FAQ731-376
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top