Symbolic matrix problem, how to take out the arrays of a symbolic matrix?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hossein
am 28 Feb. 2017
Beantwortet: Walter Roberson
am 28 Feb. 2017
Hi,
I have a matrix 5X1 as a Symfun data, where I want to take out the 5 elements seperately and do more calculations on them. The problem is the matrix is to be a 1X1 matrix as long as it's a Symfun and I can not choose the arrays seprately. I can not transform the marix to double or single, because each time I recieve an error. What can be other solution?
best regards,
1 Kommentar
Akzeptierte Antwort
Walter Roberson
am 28 Feb. 2017
call formula() on the symfun to get back an array that you can then index.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrices and Arrays 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!