Auswertung einer Ableitung < Matlab < Mathe-Software < Mathe < Vorhilfe
|
Status: |
(Frage) überfällig | Datum: | 17:12 Di 29.10.2013 | Autor: | nbt |
Hallo!
ich hab in meinem Workspace mehrere symbolische Ableitungen, zB
1: | fx=
| 2: | [ DELTA - ALFA*a*k^(ALFA - 1) - 1, -k^ALFA]
| 3: | [ 0, 0]
| 4: | [ 0, -RHO/a]
|
Ich möchte diese Ableitung auswerten mit
1: | nfx = zeros(size(fx));
| 2: | nfx(:) = eval(fx(:));
|
bekomme allerdings die fehlermeldung
1: | The following error occurred converting from sym to double:
| 2: | Error using mupadmex
| 3: | Error in MuPAD command: DOUBLE cannot convert the input expression into a
| 4: | double array.
| 5: |
| 6: | If the input expression contains a symbolic variable, use the VPA function
| 7: | instead.
|
hab auch schon
1: | nfx = zeros(size(fx));
| 2: | nfx(:) = vpa(fx(:));
|
probiert, aber das bringt dieselbe fehlermeldung..
Danke für die Hilfe.
Grüße,
nbt
|
|
|
|
Status: |
(Mitteilung) Reaktion unnötig | Datum: | 17:20 Do 31.10.2013 | Autor: | matux |
$MATUXTEXT(ueberfaellige_frage)
|
|
|
|