convert matrix function to array

4 Ansichten (letzte 30 Tage)
Niels
Niels am 27 Jun. 2013
I have a function f 10x1 sym
t^3 + 2*t^2 + 5*t + 9
2*t^3 + 4*t^2 + 3*t + 8
3*t^3 + 6*t^2 + 5*t + 7
4*t^3 + 2*t^2 + 3*t + 6
5*t^3 + 4*t^2 + 5*t + 5
6*t^3 + 6*t^2 + 3*t + 4
7*t^3 + 2*t^2 + 5*t + 3
8*t^3 + 4*t^2 + 3*t + 2
9*t^3 + 6*t^2 + 5*t + 1
10*t^3 + 2*t^2 + 3*t
If i use an xlswrite command I only get the letter f as value.
How do I convert this format to an array so i can performe diff and froote on each row?
thanks

Antworten (0)

Kategorien

Mehr zu Operators and Elementary Operations finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by