convert matrix function to array

1 visualización (últimos 30 días)
Niels
Niels el 27 de Jun. de 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

Respuestas (0)

Categorías

Más información sobre Data Type Conversion en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by